mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
android: fix gas-preprocessor download
An HTML page would be downloaded instead of the perl script. Also marks said script as executable, else FFmpeg won't build. Change-Id: I1a4521762e6fda49061f9d1e21ef81d5a88f3642
This commit is contained in:
@ -216,7 +216,8 @@ gas-preprocessor-$(GAS_VERSION).pl:
|
||||
|
||||
.gas: gas-preprocessor-$(GAS_VERSION).pl
|
||||
mkdir -p $(PREFIX)/bin
|
||||
cp gas-preprocessor-$(GAS_VERSION).pl $(PREFIX)/bin/gas-preprocessor
|
||||
cp gas-preprocessor-$(GAS_VERSION).pl $(PREFIX)/bin/gas-preprocessor.pl
|
||||
chmod a+x $(PREFIX)/bin/gas-preprocessor.pl # needs to be executable
|
||||
touch $@
|
||||
|
||||
CLEAN_FILE += .gas
|
||||
|
Reference in New Issue
Block a user