summaryrefslogtreecommitdiff
path: root/packages/gpe-soundbite/files/makefile-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gpe-soundbite/files/makefile-fix.patch')
-rw-r--r--packages/gpe-soundbite/files/makefile-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/gpe-soundbite/files/makefile-fix.patch b/packages/gpe-soundbite/files/makefile-fix.patch
deleted file mode 100644
index c2f14d17d7..0000000000
--- a/packages/gpe-soundbite/files/makefile-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /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 -s $(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