summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38a96e9..54eaa29 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ install:
install -m644 man/*.8 $(DESTDIR)/usr/man/man8
# Libs
install -m644 src/{network,wireless,8021x} $(DESTDIR)/usr/lib/network
- install -m644 src/connections/* ${DESTDIR}/usr/lib/network/connections
+ install -m755 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