diff options
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/ |