From 704cdc56d5896aa0bb1f83e8e05d485ea9a5f1f3 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Wed, 22 Apr 2009 11:00:57 +0000 Subject: [PATCH] Fix variable name for the final icon theme directory --- data/icon-themes/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/icon-themes/Jamfile b/data/icon-themes/Jamfile index c527642..4d653d6 100644 --- a/data/icon-themes/Jamfile +++ b/data/icon-themes/Jamfile @@ -44,7 +44,7 @@ rule InstallIconTheme } # install index.theme - InstallData [ FDirName $(EDEICONDIR) $(1) ] : [ FFileName $(1) index.theme ] ; + InstallData [ FDirName $(EDE_ICON_DIR) $(1) ] : [ FFileName $(1) index.theme ] ; } ICON_SIZES = 16 22 32 48 64 128 ;