We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac7e2c commit f3176c8Copy full SHA for f3176c8
toybox/opkg/rules
@@ -13,7 +13,7 @@ case "$1" in
13
rm -rf /tmp/$PACKAGE
14
mkdir -p /tmp/$PACKAGE
15
PREFIX=/tmp/$PACKAGE/bin make CC=clang install_flat
16
- rm -rf /tmp/$PACKAGE/bin/reset /tmp/$PACKAGE/bin/clear /tmp/$PACKAGE/bin/uuidgen /tmp/$PACKAGE/bin/lsattr /tmp/$PACKAGE/bin/chattr /tmp/$PACKAGE/bin/blkid
+ rm -rf /tmp/$PACKAGE/bin/reset /tmp/$PACKAGE/bin/clear /tmp/$PACKAGE/bin/uuidgen /tmp/$PACKAGE/bin/lsattr /tmp/$PACKAGE/bin/chattr /tmp/$PACKAGE/bin/blkid /tmp/$PACKAGE/bin/login /tmp/$PACKAGE/bin/su /tmp/$PACKAGE/bin/chvt /tmp/$PACKAGE/bin/groups /tmp/$PACKAGE/bin/passwd /tmp/$PACKAGE/bin/lspci /tmp/$PACKAGE/bin/lsusb
17
;;
18
19
clean)
0 commit comments