From 709c4247e3c3fd69612843c1e707d08c4ab8d3bf Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 19 Jun 2011 22:08:49 +0200 Subject: Add symlink creation in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35969d9..8e8dff6 100644 --- a/Makefile +++ b/Makefile @@ -18,12 +18,14 @@ install: install -m644 docs/man/*.8 $(DESTDIR)/usr/share/man/man8 # Libs install -m644 src/{network,rfkill,8021x,globals} $(DESTDIR)/usr/lib/network - install -m755 src/connections/* ${DESTDIR}/usr/lib/network/connections + install -m755 src/connections/* $(DESTDIR)/usr/lib/network/connections + ln -s wireless $(DESTDIR)/usr/lib/network/connections/wireless-dbus ln -s ethernet $(DESTDIR)/usr/lib/network/connections/ethernet-iproute # Hooks install -m755 src/hooks/* ${DESTDIR}/usr/lib/network/hooks/ # Scripts install -Dm755 scripts/netcfg $(DESTDIR)/usr/bin/netcfg2 + ln -s netcfg2 $(DESTDIR)/usr/bin/netcfg install -Dm755 scripts/netcfg-menu $(DESTDIR)/usr/bin/netcfg-menu install -m755 wpa_actiond/netcfg-wpa_actiond{,-action} ifplugd/net-auto-wired $(DESTDIR)/usr/bin install -Dm755 ifplugd/netcfg.action $(DESTDIR)/etc/ifplugd/netcfg.action -- cgit v1.2.3-24-g4f1b