summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-08-31 00:28:10 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-08-31 00:28:10 +0200
commit1982c0461624aa3c6a20a3db98365067e6d5d065 (patch)
treef1fb16304193cd9da6ed5dad2e528a834987ccb3 /Makefile
parent53a051ec9026ce430755792720401001ad2d2260 (diff)
downloadnetctl-1982c0461624aa3c6a20a3db98365067e6d5d065.tar.gz
netctl-1982c0461624aa3c6a20a3db98365067e6d5d065.tar.xz
2.8.10 release updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44fb0b9..35acd60 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION = 2.8.9
+export VERSION = 2.8.10
.PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean
@@ -13,7 +13,7 @@ install: install-docs
install -m644 src/{network,rfkill,8021x,globals} $(DESTDIR)/usr/lib/network/
install -m755 src/connections/* $(DESTDIR)/usr/lib/network/connections/
# Hooks
- install -m755 src/hooks/* ${DESTDIR}/usr/lib/network/hooks/
+ install -m755 src/hooks/* $(DESTDIR)/usr/lib/network/hooks/
# Scripts
install -d $(DESTDIR)/usr/bin
install -m755 \