forked from Spark/builder
try creating the dest dir
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
f0b451030f
commit
e449b6a3e4
|
@ -10,7 +10,8 @@ mkdir "/tmp/$did"
|
|||
pkg_dest=$1
|
||||
pkg_url=$2
|
||||
|
||||
#podman run --userns=keep-id -u root --rm -v "/tmp/$did:/buildroot" "spark:autobuilder" /build
|
||||
mkdir -p "$pkg_dest" || exit 1
|
||||
|
||||
git clone "$pkg_url" "/tmp/$did"
|
||||
cd "/tmp/$did"
|
||||
makepkg-podman --noconfirm -sL
|
||||
|
|
Loading…
Reference in New Issue
Block a user