diff options
Diffstat (limited to 'packages/linux_make/Makefile')
-rwxr-xr-x | packages/linux_make/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 98d1ba15..1b023cc2 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -91,12 +91,11 @@ deb: DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) deb: DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-extended-\(.*\)|\1~cvs\2-1|') deb: $(bindir) # free desktop menu, mime, and icon support -# perhaps the icons should go in /usr/share/pixmaps like 'scribus' install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps - install -p -m0644 $(packages_src)/linux_make/pd.png \ + install -p -m0644 $(packages_src)/linux_make/pd-extended.png \ $(DESTDIR)/usr/share/icons/hicolor/128x128/apps/ install -d $(DESTDIR)/usr/share/icons/hicolor/48x48/apps - install -p -m0644 $(packages_src)/linux_make/pd-48x48.png \ + install -p -m0644 $(packages_src)/linux_make/pd-extended-48x48.png \ $(DESTDIR)/usr/share/icons/hicolor/48x48/apps/pd.png install -d $(DESTDIR)/usr/share/pixmaps install -p -m0644 $(packages_src)/linux_make/pd-extended.xpm \ |