We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5f0fa commit 7e36a5fCopy full SHA for 7e36a5f
repro.in
@@ -190,11 +190,11 @@ install -d -o builduser -g builduser /srcpkgdest
190
install -d -o builduser -g builduser /build
191
sudo -iu builduser bash -c 'cd /startdir; SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH makepkg -sc --noconfirm --skippgpcheck'
192
__END__
193
- mkdir -p "./$build"
+ mkdir -p "./build"
194
for pkgfile in "$BUILDDIRECTORY/$build"/pkgdest/*; do
195
- mv "$pkgfile" "./$build/"
+ mv "$pkgfile" "./build/"
196
done
197
- chown -R "$src_owner" "./$build"
+ chown -R "$src_owner" "./build"
198
}
199
200
# Desc: Sets up a container with the correct files
0 commit comments