From 4d9f1a0e9610f10d9f07818b0a1345e391a6a68e Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 6 May 2019 11:55:50 -1000 Subject: Don't call fakeroot in fakeroot --- data/_coreutils/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3