diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_container.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_container.sh b/scripts/build_container.sh index 614d34c..2e7a6e2 100755 --- a/scripts/build_container.sh +++ b/scripts/build_container.sh @@ -1,7 +1,7 @@ #!/bin/bash PODMAN=$(which podman) -DIR=${DIR:-/usr/share/aurbuilder} +DIR=${DIR:-/usr/share/aurbuilder/container} $PODMAN pull archlinux:base-devel $PODMAN build --no-cache -t aurbuilder "$DIR" |