forked from kiss-community/repo
various: Minor fixes
This commit is contained in:
parent
ae8745c66c
commit
8c7da12ec9
@ -40,4 +40,4 @@ make DESTDIR="$1" install
|
||||
# We don't compile with librsvg which leads to this
|
||||
# utility solely causing compiler errors for some
|
||||
# packages. It has no use at all.
|
||||
rm -f "$1/usr/bin/gtk-encode-symbolic-svg"
|
||||
rm -f "$1/usr/bin/gtk-encode-symbolic-svg"
|
||||
|
@ -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