Fix variable name for the final icon theme directory

This commit is contained in:
Sanel Zukan 2009-04-22 11:00:57 +00:00
parent d99fc3b839
commit 704cdc56d5

View File

@ -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 ;