gpe-othello: don't strip during install
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 09:04:36 +0000 (11:04 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 09:04:36 +0000 (11:04 +0200)
 - this breaks now with new install
 - strip is done in packaging

recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch

index 1c43724..def1915 100644 (file)
@@ -278,7 +278,7 @@ diff -urNd ../gpe-othello-0.2-1-r0/gpe-othello-0.2-1/Makefile gpe-othello-0.2-1/
  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 -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/
        install -d $(DESTDIR)$(PREFIX)/share/applications