summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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