aboutsummaryrefslogtreecommitdiff
path: root/scripts/build_container.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_container.sh')
-rwxr-xr-xscripts/build_container.sh2
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"