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