aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-question/files/makefile-fix.patch
blob: f501e124e5cd0da93a42053113d03aaa5b0788d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /tmp/Makefile	2006-07-26 11:14:27.000000000 +0200
+++ gpe-question-0.04/Makefile	2006-07-26 11:14:41.284411000 +0200
@@ -21,7 +21,7 @@
 	$(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS)
 
 install-program: all
-	install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 
 clean:
 	rm -f $(PACKAGE).o $(PACKAGE) $(DEPS)