2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

libX11: remove unneeded files

This commit is contained in:
Dylan Araps 2019-08-19 00:50:32 +00:00
parent d98a50c24e
commit abbf0c4b35

View File

@ -8,5 +8,7 @@ CFLAGS_FOR_BUILD=-fPIC \
make
make DESTDIR="$1" install
# Remove docs.
# Remove unneeded files.
rm -rf "$1/usr/share/doc"
rm -rf "$1/usr/share/man/man3"
rm -rf "$1/usr/share/X11/locale"