summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2007-12-29 13:51:12 +0100
committerJames Rayner <james@archlinux.org>2007-12-29 13:51:12 +0100
commit9f37f0b195fd75dd8a940f6478c5dcee8a5db4e3 (patch)
tree1bd1802254b47458fa99c6796b9a8e8755648dff /Makefile
parentdc101daef771eaab94ed00f87a69612e60c73c11 (diff)
downloadnetctl-9f37f0b195fd75dd8a940f6478c5dcee8a5db4e3.tar.gz
netctl-9f37f0b195fd75dd8a940f6478c5dcee8a5db4e3.tar.xz
Fix makefile for netcfg-auto-wireless
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52d4f82..4ea8433 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ install:
install-contrib:
- install -m744 contrib/netcfg-wireless-auto $(DESTDIR)/usr/bin
+ install -m755 contrib/netcfg-auto-wireless $(DESTDIR)/usr/bin
tarball:
sed -i "s/NETCFG_VER=.*/NETCFG_VER=$(VERSION)/g" src/netcfg