From ddfe9dab9710e9894c32c00ca573e1991dd426fa Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 27 Sep 2009 19:01:20 +0200 Subject: Fix symlink creation in Makefile - it shouldn't point to the build directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b72464b..7b4ce08 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: # Libs install -m644 src/{network,wireless,8021x,globals} $(DESTDIR)/usr/lib/network install -m755 src/connections/* ${DESTDIR}/usr/lib/network/connections - ln -s $(DESTDIR)/usr/lib/network/connections/ethernet $(DESTDIR)/usr/lib/network/connections/ethernet-iproute + ln -s ethernet $(DESTDIR)/usr/lib/network/connections/ethernet-iproute # Hooks install -m755 src/hooks/* ${DESTDIR}/usr/lib/network/hooks/ # 'Binaries' -- cgit v1.2.3-24-g4f1b