Skip to content

Commit

Permalink
Add install updatenodelist
Browse files Browse the repository at this point in the history
  • Loading branch information
N4IRS committed Feb 16, 2018
1 parent 167110d commit b2df703
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions asterisk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,15 @@ datafiles: _all
done
mkdir -p $(DESTDIR)$(AGI_DIR)
$(MAKE) -C sounds install
# N4IRS
mkdir -p /usr/local/bin
for x in ../allstar/updatenodelist/*; do \
$(INSTALL) -m 744 $$x /usr/local/bin ; \
done

mkdir -p /lib/systemd/system
$(INSTALL) -m 744 contrib/systemd/updatenodelist.service /lib/systemd/system ; \
systemctl enable updatenodelist.service

update:
@if [ -d .svn ]; then \
Expand Down

0 comments on commit b2df703

Please sign in to comment.