[hamradio-commits] [dump1090] 320/373: install cleanups

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Thu Oct 23 14:58:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch backport
in repository dump1090.

commit 325fcb2fa1df1e87d44969320948ef480ba6a355
Author: Matthew Ernisse <mernisse at ub3rgeek.net>
Date:   Tue Aug 12 13:46:27 2014 -0400

    install cleanups
---
 Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 15b7b19..c0464c5 100644
--- a/Makefile
+++ b/Makefile
@@ -34,8 +34,14 @@ view1090: view1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o
 clean:
 	rm -f *.o dump1090 ppup1090 view1090
 
-install:
+install: installbin installhtml
+
+installbin:
 	install -m755 dump1090 $(BINDIR)
 	install -m755 ppup1090 $(BINDIR)
 	install -m755 view1090 $(BINDIR)
-	install -m644 public_html $(SHAREDIR)
+
+installhtml:
+	install -d -m 755 $(SHAREDIR)
+	cp -R public_html/* $(SHAREDIR)
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list