mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
util-linux: remove bash completions and getopt examples
This commit is contained in:
parent
33f422db82
commit
dd98b3963e
@ -21,3 +21,8 @@ make DESTDIR="$1" install
|
||||
# Fix broken --sbindir.
|
||||
mv -f "$1/usr/sbin/"* "$1/usr/bin"
|
||||
rmdir "$1/usr/sbin"
|
||||
|
||||
rm -rf \
|
||||
"$1/usr/share/doc" \
|
||||
"$1/usr/share/bash-completion"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user