From dfb12be65f3f079580b56d68756a6fae84b126a7 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 1 May 2009 11:15:16 +0200 Subject: gpe-calculator: don't strip during install - this breaks now with new install - strip is done in packaging --- recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gpe-calculator') diff --git a/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch b/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch index b8c6d1a960..8b4ebf7141 100644 --- a/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch +++ b/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch @@ -41,7 +41,7 @@ diff -urNd ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile gpe-calculator-0 install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications - strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) + mkdir -p $(DESTDIR)$(PREFIX)/bin -+ install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) ++ install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) clean: rm -f $(PACKAGE) $(OBJS) $(DEPS) -- cgit v1.2.3