diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 10:58:31 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-01 10:58:31 +0200 |
commit | 2dbd0204e5612ee8054248a8c2961114cc71c140 (patch) | |
tree | a864e9918b418c9cc0cb9fb164e5dda7465af0a9 /recipes/gpe-question | |
parent | ddc9b82bb2b785a9ff04cbd28735fea99f14ac82 (diff) |
gpe-question: don't strip during install
- this breaks now with new install
- strip is done in packaging
Diffstat (limited to 'recipes/gpe-question')
-rw-r--r-- | recipes/gpe-question/files/makefile-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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) |