Skip to content

Commit

Permalink
Fix installation commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed Nov 23, 2016
1 parent af3bbf7 commit 0384040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ firewall.1.gz: firewall.1
gzip -f -c firewall.1 > firewall.1.gz

install:
/usr/bin/install -g root -u root -m 0755 -p firewall $(PREFIX)/firewall
/usr/bin/install -g root -u root -m 0644 -p install.1.gz $(MANPREFIX)/man8/firewall.1.gz
/usr/bin/install -g root -o root -m 0755 -p firewall $(PREFIX)/firewall
/usr/bin/install -g root -o root -m 0644 -p firewall.1.gz $(MANPREFIX)/man1/firewall.1.gz

0 comments on commit 0384040

Please sign in to comment.