Skip to content

Commit f3176c8

Browse files
committed
remove symlinks to utils provided by shadow, pciutils and usbutils
1 parent 4ac7e2c commit f3176c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toybox/opkg/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ case "$1" in
1313
rm -rf /tmp/$PACKAGE
1414
mkdir -p /tmp/$PACKAGE
1515
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
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 /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
1717
;;
1818

1919
clean)

0 commit comments

Comments
 (0)