diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-24 19:36:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-24 19:36:54 +0000 |
commit | 535a8c25c17f31d8312f4f5afdb373d977289dda (patch) | |
tree | 7f40b0a55bea6c4206327f69a42c94455ca6823b /packages/linux_make/Makefile | |
parent | 36176519fe966423a90774fcd64527142cbbb172 (diff) |
tweaks to make things more proper (I just read the freedesktop docs!)
svn path=/trunk/; revision=8232
Diffstat (limited to 'packages/linux_make/Makefile')
-rwxr-xr-x | packages/linux_make/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |