forked from kiss-community/repo
expat: update for new env
This commit is contained in:
parent
df7f53fc9b
commit
49e9387061
@ -8,9 +8,7 @@
|
||||
--without-docbook
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
make install
|
||||
|
||||
# Remove documentation (Changelogs, etc).
|
||||
# False positive.
|
||||
# shellcheck disable=SC2115
|
||||
rm -rf "$1/usr/share"
|
||||
rm -rf "${1:?}/usr/share"
|
||||
|
Loading…
Reference in New Issue
Block a user