diff options
author | Jason Fesler <jfesler@gigo.com> | 2015-02-17 13:56:47 -0800 |
---|---|---|
committer | Jason Fesler <jfesler@gigo.com> | 2015-02-17 13:56:47 -0800 |
commit | 76e370896eabb2cea8052d9508dfa15fceccb67d (patch) | |
tree | 60a4a788ba15eb7cf6e4be6ec1af02671d5e3bfe /Makefile | |
parent | b652c12cbcf2f85355354446ecf723e45a12f735 (diff) | |
download | mtu1280d-76e370896eabb2cea8052d9508dfa15fceccb67d.tar.gz mtu1280d-76e370896eabb2cea8052d9508dfa15fceccb67d.zip |
Fixing upstart
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ install: mtu1280d upstart: install @echo Checking to see if your system uses upstart test -d /etc/init/ - /usr/bin/install -c upstart/mtu1280d /etc/init/ + /usr/bin/install -c upstart/mtu1280d.conf /etc/init/ @echo "Reminder - start the daemon or reboot; then update your ip6tables." @echo "See the README.md file." @@ -64,7 +64,7 @@ remove: pre-remove force-remove dist-prep:: rm -fr work mkdir -p work - rsync -av . work --exclude work --exclude "*~" --exclude /mtu1280d --exclude ".git" + rsync -av . work --exclude work --exclude "*~" --exclude /mtu1280d --exclude ".git" --exclude "fsky*tgz" dist-test: dist-prep ../dist_support/make-dist.pl --stage work --base mtu1280d --branch test |