mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fix variable name for the final icon theme directory
This commit is contained in:
parent
d99fc3b839
commit
704cdc56d5
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user