From 2dbd0204e5612ee8054248a8c2961114cc71c140 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 1 May 2009 10:58:31 +0200 Subject: gpe-question: don't strip during install - this breaks now with new install - strip is done in packaging --- recipes/gpe-question/files/makefile-fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gpe-question') diff --git a/recipes/gpe-question/files/makefile-fix.patch b/recipes/gpe-question/files/makefile-fix.patch index a8d1eadee2..f501e124e5 100644 --- a/recipes/gpe-question/files/makefile-fix.patch +++ b/recipes/gpe-question/files/makefile-fix.patch @@ -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) -- cgit v1.2.3