summaryrefslogtreecommitdiffstats
path: root/package/Makefile.package.in
diff options
context:
space:
mode:
authorThomas Petazzoni2011-07-05 21:53:53 +0200
committerPeter Korsgaard2011-07-07 23:01:27 +0200
commit4ca599360235ac16cea940bdb2aa9dc3393dbce3 (patch)
treedc42a38c35b49d26cb18f830a5e55b533917730f /package/Makefile.package.in
parentMakefile.package.in: Makes it possible to override the default extract commands (diff)
downloadbuildroot-4ca599360235ac16cea940bdb2aa9dc3393dbce3.tar.gz
buildroot-4ca599360235ac16cea940bdb2aa9dc3393dbce3.tar.xz
buildroot-4ca599360235ac16cea940bdb2aa9dc3393dbce3.zip
Fix quoting in default extract command
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Makefile.package.in')
-rw-r--r--package/Makefile.package.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/Makefile.package.in b/package/Makefile.package.in
index c20d12c4a..5b2e389e9 100644
--- a/package/Makefile.package.in
+++ b/package/Makefile.package.in
@@ -425,7 +425,8 @@ $(2)_TARGET_CLEAN = $$($(2)_DIR)/.stamp_cleaned
$(2)_TARGET_DIRCLEAN = $$($(2)_DIR)/.stamp_dircleaned
# default extract command
-$(2)_EXTRACT_CMDS ?= $(if $($(2)_SOURCE),$(INFLATE$(suffix $($(2)_SOURCE))) $(DL_DIR)/$($(2)_SOURCE) | \
+$(2)_EXTRACT_CMDS ?= \
+ $$(if $$($(2)_SOURCE),$$(INFLATE$$(suffix $$($(2)_SOURCE))) $(DL_DIR)/$$($(2)_SOURCE) | \
$(TAR) $(TAR_STRIP_COMPONENTS)=1 -C $$($(2)_DIR) $(TAR_OPTIONS) -)
# post-steps hooks