diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 11:09:17 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 11:09:17 +0200 |
commit | 730e37bc825fa83e33940451d73db28982d25193 (patch) | |
tree | fdcd9c23469cf6e389ef50f6e3af89ec41c50227 /recipes/gpe-lights | |
parent | d6a164ef004191bbf3288d4944b0957f1b812c0d (diff) |
gpe-lights: don't strip during install
- this breaks now with new install
- strip is done in packaging
Diffstat (limited to 'recipes/gpe-lights')
-rw-r--r-- | recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch | 2 | ||||
-rw-r--r-- | recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch b/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch index d2fdd54c81..4ec5b3a682 100644 --- a/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch +++ b/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch @@ -278,7 +278,7 @@ diff -urNd ../gpe-lights-0.12-r0/gpe-lights-0.12/Makefile gpe-lights-0.12/Makefi install-program: all - install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) - strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) -+ install -s -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) ++ install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) install -d $(DESTDIR)$(PREFIX)/share/pixmaps install -d $(DESTDIR)$(PREFIX)/share/applications install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/ diff --git a/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch b/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch index bb0ec196de..3c4581eded 100644 --- a/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch +++ b/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch @@ -278,7 +278,7 @@ diff -urNd ../gpe-lights-0.12-r0/gpe-lights-0.12/Makefile gpe-lights-0.12/Makefi install-program: all - install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) - strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) -+ install -s -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) ++ install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) install -d $(DESTDIR)$(PREFIX)/share/pixmaps install -d $(DESTDIR)$(PREFIX)/share/applications install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/ |