expat: minor changes

This commit is contained in:
Dylan Araps 2021-07-06 02:02:28 +03:00
parent 6e5bd2a1a3
commit 35e08f910f
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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"