mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
libvpx: avoid chmod
This commit is contained in:
parent
7f68f1e142
commit
cf45c1ffde
@ -4,9 +4,8 @@
|
|||||||
# Also fix issue with non-GNU diff.
|
# Also fix issue with non-GNU diff.
|
||||||
sed 's/perl/:/g;s/diff --version/command -v diff/' configure > _
|
sed 's/perl/:/g;s/diff --version/command -v diff/' configure > _
|
||||||
mv -f _ configure
|
mv -f _ configure
|
||||||
chmod +x configure
|
|
||||||
|
|
||||||
./configure \
|
sh ./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--target=x86_64-linux-gcc \
|
--target=x86_64-linux-gcc \
|
||||||
--enable-vp8 \
|
--enable-vp8 \
|
||||||
|
Loading…
Reference in New Issue
Block a user