X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=teststand%2FMakefile.am;h=8e9ab3f525bdd5a1311ac92bca1db24ca915d8ec;hb=464c8a8b3018461c6f164f1bc0e5e7cb6682c5be;hp=1c93b88c48a4024f0a6bde0988126ced03fd5e36;hpb=cd6087ad62842c5f46b670ce7a3d48841542c310;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