libvpx: avoid chmod

This commit is contained in:
Dylan Araps 2021-07-28 12:40:22 +03:00
parent 7f68f1e142
commit cf45c1ffde
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -4,9 +4,8 @@
# Also fix issue with non-GNU diff.
sed 's/perl/:/g;s/diff --version/command -v diff/' configure > _
mv -f _ configure
chmod +x configure
./configure \
sh ./configure \
--prefix=/usr \
--target=x86_64-linux-gcc \
--enable-vp8 \