Put jars in /home/pi so they're on the default classpath

pull/229/head
Peter Johnson 2018-11-30 11:45:19 -08:00
parent 363cd449d2
commit 1427b998cc
No known key found for this signature in database
GPG Key ID: D39DD4DA7D41E329
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ cat extfiles/ntcore-include.tar.gz | sh -c "cd ${ROOTFS_DIR}/usr/local/frc/inclu
cat extfiles/cameraserver-include.tar.gz | sh -c "cd ${ROOTFS_DIR}/usr/local/frc/include/ && tar xzf -"
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/pi/java-example/"
install -m 644 -o 1000 -g 1000 extfiles/*.jar "${ROOTFS_DIR}/home/pi/java-example/"
install -m 644 -o 1000 -g 1000 extfiles/*.jar "${ROOTFS_DIR}/home/pi/"
on_chroot << EOF
ldconfig