aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/keylaunch/files/makefile-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/keylaunch/files/makefile-fix.patch b/recipes/keylaunch/files/makefile-fix.patch
index d9c57e05ac..0e53e4e7f1 100644
--- a/recipes/keylaunch/files/makefile-fix.patch
+++ b/recipes/keylaunch/files/makefile-fix.patch
@@ -7,7 +7,7 @@
- install -sD $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
- install -D -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
+ install -d $(DESTDIR)$(PREFIX)/bin
-+ install -s $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
++ install $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+ install -d $(DESTDIR)/etc
+ install -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
install -d $(DESTDIR)/etc/X11/Xsession.d