summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2008-12-18 06:32:07 +0100
committerJames Rayner <james@archlinux.org>2008-12-18 06:32:07 +0100
commit300cd2c73b599c2a58463ce75e1aa2cb19ac2414 (patch)
tree1d8ade1de18d18b071ef30253390b8eadf3de05b /Makefile
parent4ea71825696ac78ff5694153f3c70eb0350f6a10 (diff)
downloadnetctl-300cd2c73b599c2a58463ce75e1aa2cb19ac2414.tar.gz
netctl-300cd2c73b599c2a58463ce75e1aa2cb19ac2414.tar.xz
libify and fix some scripting errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 76ea61f..38a96e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
DESTDIR=
-VERSION=2.1.2
+VERSION=2.1.3
install:
- install -d $(DESTDIR)/usr/lib/network/ $(DESTDIR)/etc/network.d/examples \
+ install -d $(DESTDIR)/usr/lib/network/connections $(DESTDIR)/etc/network.d/examples \
$(DESTDIR)/var/run/network/{interfaces,profiles} \
$(DESTDIR)/usr/bin/ $(DESTDIR)/etc/rc.d/ \
$(DESTDIR)/usr/man/{man5,man8}
@@ -11,7 +11,8 @@ install:
install -m644 src/iftab $(DESTDIR)/etc/iftab
install -m644 man/*.8 $(DESTDIR)/usr/man/man8
# Libs
- install -m644 src/*subr $(DESTDIR)/usr/lib/network
+ install -m644 src/{network,wireless,8021x} $(DESTDIR)/usr/lib/network
+ install -m644 src/connections/* ${DESTDIR}/usr/lib/network/connections
# 'Binaries'
install -m755 src/netcfg $(DESTDIR)/usr/bin/netcfg2
install -m755 src/netcfg-menu $(DESTDIR)/usr/bin/netcfg-menu