mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
Fix: Return to source dir
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f338f32737
commit
dee03ae4f0
1 changed files with 2 additions and 1 deletions
3
run.sh
3
run.sh
|
@ -48,6 +48,7 @@ fi
|
|||
for pkg_file in "${PACKAGE[@]}"; do
|
||||
gosu builder mv ${pkg_file}* /repo
|
||||
|
||||
cd /repo
|
||||
pushd /repo
|
||||
gosu builder repo-add ${REPOADD_OPTS[@]} ${REPODB} "${pkg_file}"
|
||||
popd
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue