diff options
Diffstat (limited to '22x22')
-rw-r--r-- | 22x22/emblems/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/22x22/emblems/Makefile.am b/22x22/emblems/Makefile.am index e7339dfec..f76471708 100644 --- a/22x22/emblems/Makefile.am +++ b/22x22/emblems/Makefile.am @@ -11,3 +11,6 @@ icon_DATA =\ $(NULL) EXTRA_DIST = $(icon_DATA) + +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) |