summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-09-27 19:01:20 +0200
committerThomas Bächler <thomas@archlinux.org>2009-09-27 19:01:20 +0200
commitddfe9dab9710e9894c32c00ca573e1991dd426fa (patch)
tree53c24a28f768f16e3ce61ad06c75a57600fac9b8
parent4cc58cd1f1e6b427f0519abd03377053622aae7c (diff)
downloadnetctl-ddfe9dab9710e9894c32c00ca573e1991dd426fa.tar.gz
netctl-ddfe9dab9710e9894c32c00ca573e1991dd426fa.tar.xz
Fix symlink creation in Makefile - it shouldn't point to the build directory
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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'