mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
expat: minor changes
This commit is contained in:
parent
6e5bd2a1a3
commit
35e08f910f
@ -1,7 +1,14 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
--prefix=/usr \
|
||||
--without-xmlwf \
|
||||
--without-examples \
|
||||
--without-tests \
|
||||
--without-docbook
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Remove documentation (Changelogs, etc).
|
||||
rm -rf "$1/usr/share"
|
||||
|
Loading…
Reference in New Issue
Block a user