summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-04-10 18:23:30 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-04-10 18:23:30 +0200
commitbc66a6906c5a1a55c5c9adc7c69f2370327db139 (patch)
treee000150a4ff3494defad61b69fc765b05e7852b9 /Makefile
parent5d322f9f0ba3c68e56edd400662eb1ef39e22e6f (diff)
downloadnetctl-bc66a6906c5a1a55c5c9adc7c69f2370327db139.tar.gz
netctl-bc66a6906c5a1a55c5c9adc7c69f2370327db139.tar.xz
Remove multi-version support
Having multiple versions of netcfg around is not supported.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7f71362..15f28f8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,8 @@ install: install-docs
install -m755 src/hooks/* ${DESTDIR}/usr/lib/network/hooks/
# Scripts
install -d $(DESTDIR)/usr/bin
- install -m755 scripts/netcfg $(DESTDIR)/usr/bin/netcfg2
- -ln -s netcfg2 $(DESTDIR)/usr/bin/netcfg
install -m755 \
+ scripts/netcfg \
scripts/netcfg-menu \
scripts/netcfg-wpa_actiond \
scripts/netcfg-wpa_actiond-action \