X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=teststand%2FMakefile.am;h=8e9ab3f525bdd5a1311ac92bca1db24ca915d8ec;hb=6927b72cddcf640fed7df534ffbbf681791350e7;hp=1c93b88c48a4024f0a6bde0988126ced03fd5e36;hpb=5cb99ece109c69fec041f8a697a496820d394136;p=fw%2Faltos diff --git a/teststand/Makefile.am b/teststand/Makefile.am index 1c93b88c..8e9ab3f5 100644 --- a/teststand/Makefile.am +++ b/teststand/Makefile.am @@ -270,7 +270,7 @@ Manifest-fat.txt: teststand: Makefile echo "#!/bin/sh" > $@ - echo 'exec java -Djava.library.path="$(altoslibdir)" -jar "$(altosuidir)/teststand.jar" "$$@"' >> $@ + echo 'exec java -Djava.library.path="$(altoslibdir)" -jar "$(teststanddir)/teststand.jar" "$$@"' >> $@ chmod +x $@ teststand-test: Makefile