diff options
author | James Rayner <james@archlinux.org> | 2008-12-22 12:12:38 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2008-12-22 12:12:38 +0100 |
commit | 80524ed6a8da6e4cc7f9309296185814e2f361aa (patch) | |
tree | 5049b1fd37db222c9d74df699587a40ad38d514c /Makefile | |
parent | 2b69839ddc9b0595091035b1f4c84041c8ec4031 (diff) | |
download | netctl-80524ed6a8da6e4cc7f9309296185814e2f361aa.tar.gz netctl-80524ed6a8da6e4cc7f9309296185814e2f361aa.tar.xz |
add iproute enabled ethernet connection type, fix makefile for new wireless
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ install: install-wireless: install -d $(DESTDIR)/usr/lib/network/connections $(DESTDIR)/usr/bin \ $(DESTDIR)/etc/rc.d - install -m755 src/wireless-dbus $(DESTDIR)/usr/lib/network/connections - install -m755 src/netcfg-auto-wireless $(DESTDIR)/usr/bin - install -m755 src/net-auto $(DESTDIR)/etc/rc.d + install -m755 src-wireless/wireless-dbus $(DESTDIR)/usr/lib/network/connections + install -m755 src-wireless/netcfg-auto-wireless $(DESTDIR)/usr/bin + install -m755 src-wireless/net-auto $(DESTDIR)/etc/rc.d tarball: sed -i "s/NETCFG_VER=.*/NETCFG_VER=$(VERSION)/g" src/netcfg |