summaryrefslogtreecommitdiff
path: root/recipes/gpe-soundbite/files
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-soundbite/files')
-rw-r--r--recipes/gpe-soundbite/files/makefile-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpe-soundbite/files/makefile-fix.patch b/recipes/gpe-soundbite/files/makefile-fix.patch
index c2f14d17d7..69a82b3daf 100644
--- a/recipes/gpe-soundbite/files/makefile-fix.patch
+++ b/recipes/gpe-soundbite/files/makefile-fix.patch
@@ -5,7 +5,7 @@
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) $(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