mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 22:22:12 +01:00
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>
9 lines
176 B
Diff
9 lines
176 B
Diff
--- 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)
|