Commit e32a2bb7 authored by Jason Chu's avatar Jason Chu
Browse files

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

parent 974d8d11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/"