diff options
author | Mika Havela <mika.havela@gmail.com> | 2012-09-21 11:36:49 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-09-21 13:14:50 +0000 |
commit | 358b42ee3369a8bd649aaccd18be6645cf646020 (patch) | |
tree | 5ad49cb16c46201c560e473441d80755b87ac748 /main/skytraq-datalogger/Makefile.patch | |
parent | 4dc8e9a4731604efdc0f0b7de6a0a11af32aad72 (diff) | |
download | aports-358b42ee3369a8bd649aaccd18be6645cf646020.tar.bz2 aports-358b42ee3369a8bd649aaccd18be6645cf646020.tar.xz |
main/skytraq-datalogger: Moved from 'testing' to 'main'
Software is tested and proven to work as expected.
It should be ok to move it to 'main'.
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
Diffstat (limited to 'main/skytraq-datalogger/Makefile.patch')
-rw-r--r-- | main/skytraq-datalogger/Makefile.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/skytraq-datalogger/Makefile.patch b/main/skytraq-datalogger/Makefile.patch new file mode 100644 index 0000000000..fd9a696fe8 --- /dev/null +++ b/main/skytraq-datalogger/Makefile.patch @@ -0,0 +1,8 @@ +--- skytraq-datalogger-0.5-1/Makefile ++++ ./Makefile +@@ -18,4 +18,5 @@ + rm -f *.o $(PROG) test + + install: ++ mkdir -p $(DESTDIR)/$(PREFIX) + cp $(PROG) $(DESTDIR)/$(PREFIX) |