diff options
Diffstat (limited to 'busybox.pkg/postinst')
-rwxr-xr-x | busybox.pkg/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index ae66306..1a5d744 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -7,7 +7,7 @@ if [ "x${1}" = 'xconfigure' ]; then # increased to 30), and expect-doc provides a /usr/bin/mkpasswd # alternative with priority 10. update-alternatives --install "${link}" "${link##*/}" \ - "${link}.busybox" 15 + /bin/busybox 15 done </usr/share/busybox/alternatives if ! [ -f /etc/rc.policy ]; then if [ "x$(cat /etc/proteanos_plat)" = 'xdev' ]; then |