Skip to content

Commit

Permalink
productcompose: fix copy in binaries in VM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 21, 2023
1 parent c313930 commit dc16b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ copy_oldpackages() {

copy_sources() {
local include_directories
if test -n "$RUNNING_IN_VM" -o "$BUILDTYPE" = kiwi -o "$BUILDTYPE" = docker -o "$BUILDTYPE" = fissile -o "$BUILDTYPE" = podman ; then
if test -n "$RUNNING_IN_VM" -o "$BUILDTYPE" = kiwi -o "$BUILDTYPE" = docker -o "$BUILDTYPE" = fissile -o "$BUILDTYPE" = podman -o "$BUILDTYPE" = productcompose ; then
include_directories=true
fi
if test -n "$RUNNING_IN_VM" -o -n "$COPY_SOURCES_ASIS" -o -n "$RPM_BUILD_IN_PLACE" ; then
Expand Down

0 comments on commit dc16b59

Please sign in to comment.