This commit is contained in:
parent
57fc136e79
commit
e3180a8be8
|
@ -37,7 +37,9 @@ jobs:
|
|||
export XBPS_TARGET_ARCH
|
||||
for package in $packages; do
|
||||
cp -a "srcpkgs/${package}" "/void-packages-master/srcpkgs/"
|
||||
set +e
|
||||
/void-packages-master/xbps-src pkg "${package}" >"pkg.log"
|
||||
set -e
|
||||
mv "/void-packages-master/hostdir/binpkgs/${package}.${{ env.ARCH }}.xbps" "/target/"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue