summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_collection.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/post/ptxd_make_collection.make')
-rw-r--r--rules/post/ptxd_make_collection.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/post/ptxd_make_collection.make b/rules/post/ptxd_make_collection.make
index 1d11cdd53..4b2a55997 100644
--- a/rules/post/ptxd_make_collection.make
+++ b/rules/post/ptxd_make_collection.make
@@ -8,6 +8,6 @@
# see the README file.
#
-ptx/collection = $(PACKAGES-y) $(filter $(foreach PKG,$(shell sed -n 's/^PTXCONF_\([^_][^=]*\)=y$$/\1/p' "$(strip $(1))"),$(PTX_MAP_TO_package_$(PKG))), $(PACKAGES-m))
+ptx/collection = $(PACKAGES-y) $(filter $(foreach PKG,$(call ptx/force-shell, sed -n 's/^PTXCONF_\([^_][^=]*\)=y$$/\1/p' "$(strip $(1))"),$(PTX_MAP_TO_package_$(PKG))), $(PACKAGES-m))
# vim: syntax=make