]> git.sesse.net Git - vlc/commitdiff
extras: fix gas-pp installation
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 28 Nov 2014 17:19:58 +0000 (18:19 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 29 Nov 2014 11:41:08 +0000 (12:41 +0100)
extras/tools/tools.mak

index 45219b5aaf0b5d773ae78fb1ff652f23960f9ee9..70404d219dbea77f1115bff4d5cf9d83e6707256 100644 (file)
@@ -207,7 +207,7 @@ gas: gas-preprocessor-$(GAS_VERSION).tar.gz
 
 .gas: gas
        mkdir -p $(PREFIX)/bin
-       cp gas/gas-preprocessor.pl $(PREFIX)/build/bin/
+       cp gas/gas-preprocessor.pl $(PREFIX)/bin/
        touch $@
 
 CLEAN_FILE += .gas