summaryrefslogtreecommitdiff
path: root/recipes/gpe-question/files/makefile-fix.patch
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-05-25 09:54:29 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-05-25 09:54:29 +0200
commit99dd85f176d8dbc1f81ed96b8bd2409ba3dbcd32 (patch)
tree20e0735f73d2a422f75fcb6bf408efd2bd14d0c1 /recipes/gpe-question/files/makefile-fix.patch
parent8ef37e61f2e2db01d32dd6ec9a89202e973dddc8 (diff)
parent8ce0d1274b868674c997ef52b1c8753c033a8a08 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gpe-question/files/makefile-fix.patch')
-rw-r--r--recipes/gpe-question/files/makefile-fix.patch2
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)