diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/_coreutils/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/_coreutils/make.sh b/data/_coreutils/make.sh index d7c194b91..624dd9f6b 100644 --- a/data/_coreutils/make.sh +++ b/data/_coreutils/make.sh @@ -90,4 +90,4 @@ pkg: cp -a %/coreutils.sh /etc/profile.d ln -s /bin/chown "${PKG_DEST}"/usr/bin ln -s /bin/chown "${PKG_DEST}"/usr/sbin ln -s /bin/mktemp "${PKG_DEST}"/usr/bin -pkg: fakeroot chmod u+s /bin/su +pkg: chmod u+s /bin/su |