summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index e1c7d2e53..caae6b853 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -115,12 +115,12 @@ else
@echo "Invalid INSTALL_STYLE '${INSTALL_STYLE}'" >&2
@exit 1
endif
-ifneq ($(filter confprog,${INSTALL_STYLE}),)
- @for a in ${WRKINST}/usr/{bin/*-config,lib/pkgconfig/*.pc}; do \
+#ifneq ($(filter confprog,${INSTALL_STYLE}),)
+ for a in ${WRKINST}/usr/{bin/*-config,lib/pkgconfig/*.pc}; do \
[[ -e $$a ]] || continue; \
$(SED) "s,^prefix=.*,prefix=${STAGING_DIR}/usr," $$a; \
done
-endif
+#endif
@env ${MAKE_ENV} ${MAKE} post-install $(MAKE_TRACE)
@if test -s '${STAGING_PARENT}/pkg/${PKG_NAME}'; then \
cd '${STAGING_DIR}'; \