From b9e047bf0e31236be69388a91422686c55bd702b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 25 Nov 2014 22:15:04 -0500 Subject: chroot-tools: no longer involve 'nobody' --- src/chroot-tools/hooks-chcleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chroot-tools/hooks-chcleanup.sh') diff --git a/src/chroot-tools/hooks-chcleanup.sh b/src/chroot-tools/hooks-chcleanup.sh index 0fd0f72..7afb13d 100644 --- a/src/chroot-tools/hooks-chcleanup.sh +++ b/src/chroot-tools/hooks-chcleanup.sh @@ -25,7 +25,7 @@ clean_chroot() ( local copydir=$1 if $INCHROOT; then cd /startdir - sudo -u nobody "$(librelib chroot/chcleanup)" + "$(librelib chroot/chcleanup)" else librechroot "${librechroot_flags[@]}" clean-pkgs fi -- cgit v1.2.3-54-g00ecf