diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 11:10:35 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 11:10:35 +0200 |
commit | 19089f52d0bb916405271e6e8b2d57df166061f5 (patch) | |
tree | cd7bf46af926703879ac3d3e8d54be0a7f8270c8 /recipes/gpe-go | |
parent | 730e37bc825fa83e33940451d73db28982d25193 (diff) |
gpe-go: don't strip during install
- this breaks now with new install
- strip is done in packaging
Diffstat (limited to 'recipes/gpe-go')
-rw-r--r-- | recipes/gpe-go/gpe-go-0.05/fix-make.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpe-go/gpe-go-0.05/fix-make.patch b/recipes/gpe-go/gpe-go-0.05/fix-make.patch index dab1c7f9ac..996c51e001 100644 --- a/recipes/gpe-go/gpe-go-0.05/fix-make.patch +++ b/recipes/gpe-go/gpe-go-0.05/fix-make.patch @@ -212,7 +212,7 @@ diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/Makefile gpe-go-0.05/Makefile install-program: $(PACKAGE).desktop 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 -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/ install -d $(DESTDIR)$(PREFIX)/share/applications |