forked from kiss-community/repo
util-linux: Don't install getopt
This commit is contained in:
parent
5bcbc19115
commit
5fa629b8a6
@ -18,3 +18,6 @@
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Remove 'getopt' as it is provided by 'busybox'.
|
||||
rm -f "$1/usr/bin/getopt"
|
||||
|
@ -1 +1 @@
|
||||
2.34 1
|
||||
2.34 2
|
||||
|
Loading…
Reference in New Issue
Block a user