gpe-su: Makefile fix - don't strip on install
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 14:22:05 +0000 (16:22 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 14:22:05 +0000 (16:22 +0200)
recipes/gpe-su/files/makefile-fix.patch [new file with mode: 0644]
recipes/gpe-su/gpe-su.inc

diff --git a/recipes/gpe-su/files/makefile-fix.patch b/recipes/gpe-su/files/makefile-fix.patch
new file mode 100644 (file)
index 0000000..cce98b1
--- /dev/null
@@ -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
index 3daa0b9..287915e 100644 (file)
@@ -6,3 +6,5 @@ DEPENDS = "libgpewidget virtual/libintl"
 SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
 
 inherit gpe pkgconfig
+
+SRC_URI += "file://makefile-fix.patch;patch=1"