diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 11:11:17 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 11:11:17 +0200 |
commit | 3b908e8548148532ff3bf3eda1ba60b1c363f941 (patch) | |
tree | bfbb8e7d80234e812a547fa631ddd1509f8bcee4 /recipes/gpe-soundbite | |
parent | 19089f52d0bb916405271e6e8b2d57df166061f5 (diff) |
gpe-soundbite: don't strip during install
- this breaks now with new install
- strip is done in packaging
Diffstat (limited to 'recipes/gpe-soundbite')
-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 |