Skip to content

Commit d0be0e9

Browse files
committed
Makefile: restore HELPER_BINARIES_DIR
We need to update the import path over the variable overwrite after the monorepo move. Fixes: #27029 Fixes: a98154a ("Switch common, storage and image to monorepo.") Signed-off-by: Paul Holzinger <[email protected]>
1 parent 8900d8e commit d0be0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ LDFLAGS_PODMAN ?= \
131131
-X $(LIBPOD)/config._installPrefix=$(PREFIX) \
132132
-X $(LIBPOD)/config._etcDir=$(ETCDIR) \
133133
-X $(PROJECT)/v5/pkg/systemd/quadlet._binDir=$(BINDIR) \
134-
-X github.com/containers/common/pkg/config.additionalHelperBinariesDir=$(HELPER_BINARIES_DIR)\
134+
-X go.podman.io/common/pkg/config.additionalHelperBinariesDir=$(HELPER_BINARIES_DIR)\
135135
$(EXTRA_LDFLAGS)
136136
LDFLAGS_PODMAN_STATIC ?= \
137137
$(LDFLAGS_PODMAN) \

0 commit comments

Comments
 (0)