aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-23 17:04:20 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-23 17:04:20 +0000
commit7f70eaeaadf554b3ca0d5d857d8ec93544f708f7 (patch)
treecb216c2cc9c8970cf7feb27096847d754e134a6f /packages/linux_make
parent3fc4e313af90e83557a8e08be786dac24caa345f (diff)
added 48x48 png for the Applications menu
svn path=/trunk/; revision=8212
Diffstat (limited to 'packages/linux_make')
-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