Skip to content

Commit

Permalink
Changing OSTree repository name shouldn't break the default buildfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabbenD committed Dec 10, 2023
1 parent 7c22dce commit 4b23075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function ENV_CREATE_OPTS {
declare SYSTEM_OPT_KEYMAP=${SYSTEM_OPT_KEYMAP:='us'}
declare SYSTEM_BASE_NAME=${SYSTEM_BASE_NAME:='archlinux'}

declare PODMAN_OPT_BUILDFILE=${PODMAN_OPT_BUILDFILE:="$(dirname ${0})/${SYSTEM_BASE_NAME}/Containerfile.base:ostree/base,$(dirname ${0})/Containerfile.host.example:ostree/host"}
declare PODMAN_OPT_BUILDFILE=${PODMAN_OPT_BUILDFILE:="$(dirname ${0})/archlinux/Containerfile.base:ostree/base,$(dirname ${0})/Containerfile.host.example:ostree/host"}
declare PODMAN_OPT_NOCACHE=${PODMAN_OPT_NOCACHE:='0'}
declare PACMAN_OPT_NOCACHE=${PACMAN_OPT_NOCACHE:='0'}
}
Expand Down

0 comments on commit 4b23075

Please sign in to comment.