summaryrefslogtreecommitdiff
path: root/recipes/gpe-soundbite/files/makefile-fix.patch
blob: 69a82b3daf9cd5e76051728b9fd55baf695308d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- /tmp/Makefile	2006-07-26 10:51:15.000000000 +0200
+++ gpe-soundbite-1.0.6/Makefile	2006-07-26 10:52:02.924411000 +0200
@@ -38,7 +38,7 @@
 	$(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS)
 
 install-program: all $(PACKAGE)-play.desktop  $(PACKAGE)-record.desktop
-	install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 	install -D $(PACKAGE)-play $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)-play
 	install -D $(PACKAGE)-record $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)-record
 	mkdir -p $(DESTDIR)$(PREFIX)/share/applications