From e32a2bb70c584dec49f5fafc449184a2b6fa6560 Mon Sep 17 00:00:00 2001 From: Jason Chu Date: Sun, 4 Nov 2007 15:44:53 -0800 Subject: Make sure that build is owned by nobody, so that it can write to the directory --- makechrootpkg | 1 + 1 file changed, 1 insertion(+) (limited to 'makechrootpkg') diff --git a/makechrootpkg b/makechrootpkg index 7e087be..1ebf705 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -89,6 +89,7 @@ trap 'cleanup' 0 1 2 15 echo "moving build files to chroot" [ -d "$uniondir/build" ] || mkdir "$uniondir/build" +chown -R nobody "$uniondir/build" source PKGBUILD cp PKGBUILD "$uniondir/build/" -- cgit v1.2.3-24-g4f1b