diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-10 18:23:30 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-10 18:23:30 +0200 |
commit | bc66a6906c5a1a55c5c9adc7c69f2370327db139 (patch) | |
tree | e000150a4ff3494defad61b69fc765b05e7852b9 /Makefile | |
parent | 5d322f9f0ba3c68e56edd400662eb1ef39e22e6f (diff) | |
download | netctl-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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 \ |