From 535a8c25c17f31d8312f4f5afdb373d977289dda Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 24 Jul 2007 19:36:54 +0000 Subject: tweaks to make things more proper (I just read the freedesktop docs!) svn path=/trunk/; revision=8232 --- packages/linux_make/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/linux_make/Makefile') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 8e8dffcd..4a4898f4 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -76,9 +76,9 @@ deb: $(bindir) install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps install -p -m0644 $(packages_src)/linux_make/pd.png \ $(DESTDIR)/usr/share/icons/hicolor/128x128/apps/ - install -d $(DESTDIR)/usr/share/pixmaps + install -d $(DESTDIR)/usr/share/icons/hicolor/48x48/apps install -p -m0644 $(packages_src)/linux_make/pd-48x48.png \ - $(DESTDIR)/usr/share/pixmaps/pd.png + $(DESTDIR)/usr/share/icons/hicolor/48x48/apps/pd.png install -d $(DESTDIR)/usr/share/applications/ install -p $(packages_src)/linux_make/pd-extended.desktop \ $(DESTDIR)/usr/share/applications/ -- cgit v1.2.1