forked from kiss-community/repo
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