From cb10db6d3a077a3b22558da1b4bab339cde8a76f Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 30 Oct 2016 19:50:01 +0100 Subject: [PATCH 1/2] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0304e8..57911b5 100644 --- a/Makefile +++ b/Makefile @@ -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 From a2c2083d0acc86c5dc0abc2d057497c24b02734d Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 30 Oct 2016 19:50:39 +0100 Subject: [PATCH 2/2] 0.4.3 --- create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_ap b/create_ap index 679c856..b0b7751 100755 --- a/create_ap +++ b/create_ap @@ -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