Make sure that build is owned by nobody, so that it can write to the directory

This commit is contained in:
Jason Chu 2007-11-04 15:44:53 -08:00
parent 974d8d11a6
commit e32a2bb70c
1 changed files with 1 additions and 0 deletions

View File

@ -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/"