diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-26 09:17:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-26 09:17:19 +0000 |
commit | c7d4424041d024c472361a81657ca622937b26c3 (patch) | |
tree | 647c1ec124e4b868c9b39a75a6c189c65b619a36 /packages/gpe-question/files | |
parent | ad6612ecfca7ded33e4c4bc8030eeb699629e73c (diff) |
gpe-question: fix install badness and remove old version
Diffstat (limited to 'packages/gpe-question/files')
-rw-r--r-- | packages/gpe-question/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-question/files/makefile-fix.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/gpe-question/files/.mtn2git_empty b/packages/gpe-question/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-question/files/.mtn2git_empty diff --git a/packages/gpe-question/files/makefile-fix.patch b/packages/gpe-question/files/makefile-fix.patch new file mode 100644 index 0000000000..a8d1eadee2 --- /dev/null +++ b/packages/gpe-question/files/makefile-fix.patch @@ -0,0 +1,11 @@ +--- /tmp/Makefile 2006-07-26 11:14:27.000000000 +0200 ++++ gpe-question-0.04/Makefile 2006-07-26 11:14:41.284411000 +0200 +@@ -21,7 +21,7 @@ + $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) + + install-program: all +- install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) ++ install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) + + clean: + rm -f $(PACKAGE).o $(PACKAGE) $(DEPS) |