aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-su/files/makefile-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-su/files/makefile-fix.patch')
-rw-r--r--recipes/gpe-su/files/makefile-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gpe-su/files/makefile-fix.patch b/recipes/gpe-su/files/makefile-fix.patch
new file mode 100644
index 0000000000..cce98b1656
--- /dev/null
+++ b/recipes/gpe-su/files/makefile-fix.patch
@@ -0,0 +1,11 @@
+--- /tmp/Makefile.old 2008-07-14 22:34:47.000000000 +0200
++++ gpe-su-0.20/Makefile 2009-05-01 16:02:11.000000000 +0200
+@@ -34,7 +34,7 @@
+
+ install-program: all $(PACKAGE).desktop
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
+- install -m 755 -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++ install -m 755 $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+ mkdir -p $(DESTDIR)$(PREFIX)/share/applications
+ install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications
+ mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps