2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-01 05:51:05 -06:00

util-linux: remove bash completions and getopt examples

This commit is contained in:
Dylan Araps 2021-07-12 11:58:19 +03:00
parent 33f422db82
commit dd98b3963e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -21,3 +21,8 @@ make DESTDIR="$1" install
# Fix broken --sbindir. # Fix broken --sbindir.
mv -f "$1/usr/sbin/"* "$1/usr/bin" mv -f "$1/usr/sbin/"* "$1/usr/bin"
rmdir "$1/usr/sbin" rmdir "$1/usr/sbin"
rm -rf \
"$1/usr/share/doc" \
"$1/usr/share/bash-completion"