mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 15:20:06 -07:00
firefox-beta: fix issue with yasm files
This commit is contained in:
parent
83aa412f44
commit
347216ca70
@ -36,10 +36,10 @@ mv -f _ "$_f"
|
||||
cd yasm
|
||||
|
||||
./configure \
|
||||
--prefix="$PWD/../junk"
|
||||
--prefix=/
|
||||
|
||||
make
|
||||
make install
|
||||
make DESTDIR="$PWD/../junk" install
|
||||
)
|
||||
|
||||
# Build zip for Firefox's sole use.
|
||||
|
Loading…
Reference in New Issue
Block a user