summaryrefslogtreecommitdiffstats
path: root/package/gtk2-themes
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-09-08 00:52:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-09-27 15:32:32 +0200
commit478ea1a12dffca0025c0ad55ad702cbaec465f93 (patch)
treef6f9f4b1f5c5d1e5fe80d853446410af3615f62f /package/gtk2-themes
parent55ade5c7964e15f9b1eba061ab840cc4c25e4e37 (diff)
downloadbuildroot-novena-478ea1a12dffca0025c0ad55ad702cbaec465f93.tar.gz
buildroot-novena-478ea1a12dffca0025c0ad55ad702cbaec465f93.zip
packages: remove unneeded _INSTALL_TARGET_OPT definitions
Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gtk2-themes')
-rw-r--r--package/gtk2-themes/gtk2_themes.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/gtk2-themes/gtk2_themes.mk b/package/gtk2-themes/gtk2_themes.mk
index 1d2e7ceee..8dc8af487 100644
--- a/package/gtk2-themes/gtk2_themes.mk
+++ b/package/gtk2-themes/gtk2_themes.mk
@@ -8,7 +8,6 @@ GTK2_THEME_HICOLOR_SOURCE = hicolor-icon-theme-$(GTK2_THEME_HICOLOR_VERSION).tar
GTK2_THEME_HICOLOR_SITE = http://icon-theme.freedesktop.org/releases/
GTK2_THEME_HICOLOR_INSTALL_STAGING = NO
GTK2_THEME_HICOLOR_INSTALL_TARGET = YES
-GTK2_THEME_HICOLOR_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
GTK2_THEME_HICOLOR_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) --prefix=/usr \