forked from kiss-community/repo
various: Minor fixes
This commit is contained in:
parent
ae8745c66c
commit
8c7da12ec9
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# plzip is the only thing that will ever require
|
||||
# this library. Let's simple build it and statically
|
||||
# this library. Let's simply build it and statically
|
||||
# compile plzip.
|
||||
(cd lzlib; ./configure; make)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
make PREFIX=/usr DESTDIR="$1" install
|
||||
make DESTDIR="$1" PREFIX=/usr install
|
||||
|
Loading…
Reference in New Issue
Block a user