summaryrefslogtreecommitdiff
path: root/packages/keylaunch/files/makefile-fix.patch
blob: 30275001dfb4db6aa86454c7d98a852a3964c118 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /tmp/Makefile	2006-07-26 09:31:43.000000000 +0200
+++ keylaunch-2.0.10/Makefile	2006-07-26 09:32:23.464411000 +0200
@@ -31,7 +31,7 @@
 	$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
 
 install-program: all
-	install -sD $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+	install -s -D $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
 	install -D -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
 	install -d $(DESTDIR)/etc/X11/Xsession.d
 	install 90$(PROG)  $(DESTDIR)/etc/X11/Xsession.d/90$(PROG)