2010-11-17 06:41:23 -05:00
|
|
|
$OpenBSD: patch-data_Makefile_in,v 1.6 2010/11/17 11:41:23 ajacoutot Exp $
|
|
|
|
--- data/Makefile.in.orig Wed Nov 17 12:15:12 2010
|
|
|
|
+++ data/Makefile.in Wed Nov 17 12:38:02 2010
|
|
|
|
@@ -457,7 +457,7 @@ install-data-hook: update-icon-cache
|
|
|
|
uninstall-hook: update-icon-cache
|
2008-11-21 14:06:20 -05:00
|
|
|
|
|
|
|
install-icons:
|
|
|
|
- for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir --parents $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
|
|
|
|
+ for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir -p $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done
|
|
|
|
|
2010-11-17 06:41:23 -05:00
|
|
|
$(INSTALL_DATA) $(srcdir)/pessulus-16.png $(DESTDIR)/$(datadir)/icons/hicolor/16x16/apps/pessulus.png
|
|
|
|
$(INSTALL_DATA) $(srcdir)/pessulus-22.png $(DESTDIR)/$(datadir)/icons/hicolor/22x22/apps/pessulus.png
|