[vlc-commits] extras: fix gas-pp installation
    Felix Paul Kühne 
    git at videolan.org
       
    Sat Nov 29 12:41:19 CET 2014
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Nov 28 18:19:58 2014 +0100| [cdb3104a320e13d4775da9b76dc3d33932843f02] | committer: Felix Paul Kühne
extras: fix gas-pp installation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cdb3104a320e13d4775da9b76dc3d33932843f02
---
 extras/tools/tools.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index 45219b5..70404d2 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -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
    
    
More information about the vlc-commits
mailing list