diff options
Diffstat (limited to 'recipes/gpe-soundbite/files')
-rw-r--r-- | recipes/gpe-soundbite/files/makefile-fix.patch | 2 |
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 |