summaryrefslogtreecommitdiff
path: root/recipes/gpe-autostarter/files
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-01 22:35:04 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-01 22:35:04 +0200
commit9edaaef28d294861127374b780c31e302155d26b (patch)
tree3bdc3f410af8b18752cefae33d93b0f65b02342d /recipes/gpe-autostarter/files
parent44c9446696db8afd449eaf8139819cd69500dcc1 (diff)
gpe-autostarter: Makefile fix - don't strip on install
Diffstat (limited to 'recipes/gpe-autostarter/files')
-rw-r--r--recipes/gpe-autostarter/files/makefile-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gpe-autostarter/files/makefile-fix.patch b/recipes/gpe-autostarter/files/makefile-fix.patch
new file mode 100644
index 0000000000..97ee907604
--- /dev/null
+++ b/recipes/gpe-autostarter/files/makefile-fix.patch
@@ -0,0 +1,11 @@
+--- /tmp/Makefile.old 2006-08-23 15:08:36.000000000 +0200
++++ gpe-autostarter-0.12/Makefile 2009-05-01 22:32:50.000000000 +0200
+@@ -28,7 +28,7 @@
+
+ install-program: all
+ install -d $(DESTDIR)$(PREFIX)/bin
+- install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/
++ install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/
+ install -d $(DESTDIR)/etc/X11/Xsession.d
+ install $(PACKAGE).xsession $(DESTDIR)/etc/X11/Xsession.d/50$(PACKAGE)
+