diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-06 11:55:50 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-06 11:57:55 -1000 |
commit | 4d9f1a0e9610f10d9f07818b0a1345e391a6a68e (patch) | |
tree | ebe348b3b616d573218325c70eae10da41e8c957 | |
parent | f3f7c8310be5675618bc9d831cdec346ca569e52 (diff) |
Don't call fakeroot in fakeroot
-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 |