Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #209 from NicoHood/patch-2
Browse files Browse the repository at this point in the history
makefile patch
  • Loading branch information
oblique authored Oct 31, 2016
2 parents 5233a6c + a2c2083 commit fc28805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ install:
install -Dm644 create_ap.conf $(DESTDIR)/etc/create_ap.conf
[ ! -d /lib/systemd/system ] || install -Dm644 create_ap.service $(DESTDIR)$(PREFIX)/lib/systemd/system/create_ap.service
install -Dm644 bash_completion $(DESTDIR)$(PREFIX)/share/bash-completion/completions/create_ap
install -Dm644 README.md $(DESTDIR)$(PREFIX)/share/doc/${pkgname}/README.md
install -Dm644 README.md $(DESTDIR)$(PREFIX)/share/doc/create_ap/README.md

uninstall:
rm -f $(DESTDIR)$(BINDIR)/create_ap
rm -f $(DESTDIR)/etc/create_ap.conf
[ ! -f /lib/systemd/system/create_ap.service ] || rm -f $(DESTDIR)$(PREFIX)/lib/systemd/system/create_ap.service
rm -f $(DESTDIR)$(PREFIX)/share/bash-completion/completions/create_ap
rm -f $(DESTDIR)$(PREFIX)/share/doc/${pkgname}/README.md
rm -f $(DESTDIR)$(PREFIX)/share/doc/create_ap/README.md
2 changes: 1 addition & 1 deletion create_ap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# dnsmasq
# iptables

VERSION=0.4.2
VERSION=0.4.3
PROGNAME="$(basename $0)"

# make sure that all command outputs are in english
Expand Down

0 comments on commit fc28805

Please sign in to comment.