summaryrefslogtreecommitdiffstats
path: root/package/jquery-ui-themes
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2013-05-07 00:09:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-07 15:17:52 +0200
commitb2c8569f04f36a545c9e63e1372495e8e502efa6 (patch)
tree6a31bd808bfcd78b72f032d82be3a917ef3cf981 /package/jquery-ui-themes
parentf273ae0406f6f309f4e750e680c936afc443ea2f (diff)
downloadbuildroot-novena-b2c8569f04f36a545c9e63e1372495e8e502efa6.tar.gz
buildroot-novena-b2c8569f04f36a545c9e63e1372495e8e502efa6.zip
jquery-ui-themes: strip theme name
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/jquery-ui-themes')
-rw-r--r--package/jquery-ui-themes/jquery-ui-themes.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/jquery-ui-themes/jquery-ui-themes.mk b/package/jquery-ui-themes/jquery-ui-themes.mk
index 3c51b8956..c410b6456 100644
--- a/package/jquery-ui-themes/jquery-ui-themes.mk
+++ b/package/jquery-ui-themes/jquery-ui-themes.mk
@@ -19,10 +19,10 @@ endef
define JQUERY_UI_THEMES_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D \
- $(@D)/themes/$(BR2_PACKAGE_JQUERY_UI_THEMES_THEME)/jquery-ui.css \
+ $(@D)/themes/$(call qstrip,$(BR2_PACKAGE_JQUERY_UI_THEMES_THEME))/jquery-ui.css \
$(TARGET_DIR)/var/www/jquery-ui.css
$(INSTALL) -d $(TARGET_DIR)/var/www/images
- cp -a $(@D)/themes/$(BR2_PACKAGE_JQUERY_UI_THEMES_THEME)/images/*.png \
+ cp -a $(@D)/themes/$(call qstrip,$(BR2_PACKAGE_JQUERY_UI_THEMES_THEME))/images/*.png \
$(TARGET_DIR)/var/www/images
chmod 0644 $(TARGET_DIR)/var/www/images/*.png
endef