aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackages/linux_make/Makefile5
-rw-r--r--packages/linux_make/pd-48x48.pngbin0 -> 2614 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index b20aabae..8e8dffcd 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -74,8 +74,11 @@ DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-extended-\(.*\)|\1c
deb: $(bindir)
# GNOME menu support
install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps
- install -p $(packages_src)/linux_make/pd.png \
+ install -p -m0644 $(packages_src)/linux_make/pd.png \
$(DESTDIR)/usr/share/icons/hicolor/128x128/apps/
+ install -d $(DESTDIR)/usr/share/pixmaps
+ install -p -m0644 $(packages_src)/linux_make/pd-48x48.png \
+ $(DESTDIR)/usr/share/pixmaps/pd.png
install -d $(DESTDIR)/usr/share/applications/
install -p $(packages_src)/linux_make/pd-extended.desktop \
$(DESTDIR)/usr/share/applications/
diff --git a/packages/linux_make/pd-48x48.png b/packages/linux_make/pd-48x48.png
new file mode 100644
index 00000000..a3ac35d1
--- /dev/null
+++ b/packages/linux_make/pd-48x48.png
Binary files differ