summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-23 13:16:00 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-03-23 13:16:20 +0100
commita565276f66c916198dbcc70950330db292177dfc (patch)
tree6efede4f841ce63b43ea4a19136da9befc7d5450 /config_host.mk.in
parentc9550dc7f318d05769a6e6a25a5138799e76b1e6 (diff)
Enable use of older tars that uses --strip-path to strip components
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index a018a1bd2fd9..945e1302f084 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -434,6 +434,7 @@ export STARTCENTER_RTL_LEFT_BITMAP=@STARTCENTER_RTL_LEFT_BITMAP@
export STARTCENTER_RTL_RIGHT_BITMAP=@STARTCENTER_RTL_RIGHT_BITMAP@
export STARTCENTER_SPACE_BITMAP=@STARTCENTER_SPACE_BITMAP@
export STRIP=@STRIP@
+export STRIP_COMPONENTS=@STRIP_COMPONENTS@
export SUNTEMPLATES_DE_PACK=@SUNTEMPLATES_DE_PACK@
export SUNTEMPLATES_EN_US_PACK=@SUNTEMPLATES_EN_US_PACK@
export SUNTEMPLATES_ES_PACK=@SUNTEMPLATES_ES_PACK@