Skip to content

Commit cb3ea70

Browse files
committed
cmd-build-with-buildah: fix overrides
Adapt to coreos/fedora-coreos-config#3724 which changed the path of the source content slightly.
1 parent 532225d commit cb3ea70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd-build-with-buildah

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ build_with_buildah() {
170170
(cd overrides/rpm && createrepo_c .)
171171
fi
172172
fi
173-
set -- "$@" -v "$(realpath overrides)":/run/src/overrides
173+
set -- "$@" -v "$(realpath overrides)":/src/overrides
174174
fi
175175

176176
if [ -n "$DIRECT" ]; then

0 commit comments

Comments
 (0)