gpe-question: don't strip during install
authorAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 08:58:31 +0000 (10:58 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Fri, 1 May 2009 08:58:31 +0000 (10:58 +0200)
 - this breaks now with new install
 - strip is done in packaging

recipes/gpe-question/files/makefile-fix.patch

index a8d1ead..f501e12 100644 (file)
@@ -5,7 +5,7 @@
  
  install-program: all
 -      install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+      install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++      install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
  
  clean:
        rm -f $(PACKAGE).o $(PACKAGE) $(DEPS)