2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00

firefox: fix issue with yasm files

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

View File

@ -44,10 +44,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.