firefox-beta: fix issue with yasm files

This commit is contained in:
Dylan Araps 2021-08-03 18:36:55 +03:00
parent 83aa412f44
commit 347216ca70
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -36,10 +36,10 @@ mv -f _ "$_f"
cd yasm cd yasm
./configure \ ./configure \
--prefix="$PWD/../junk" --prefix=/
make make
make install make DESTDIR="$PWD/../junk" install
) )
# Build zip for Firefox's sole use. # Build zip for Firefox's sole use.