diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-18 17:26:52 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-18 17:26:52 +0200 |
commit | 6d4f054ccc25d8a539bc6b4c09c3dbc6afb36875 (patch) | |
tree | b2b9874d4045365550b60145bea5d53c850abbb2 /Makefile | |
parent | 9feac3562c132207be58ec7939c9503cf41803de (diff) | |
download | netctl-6d4f054ccc25d8a539bc6b4c09c3dbc6afb36875.tar.gz netctl-6d4f054ccc25d8a539bc6b4c09c3dbc6afb36875.tar.xz |
Prevent ownership conflict with pm-utils
50 is a better number for netcfg anyway.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ install: install-docs scripts/wifi-menu \ $(DESTDIR)/usr/bin/ install -Dm755 scripts/ifplugd.action $(DESTDIR)/etc/ifplugd/netcfg.action - install -Dm755 scripts/pm-utils $(DESTDIR)/usr/lib/pm-utils/sleep.d/11netcfg + install -Dm755 scripts/pm-utils $(DESTDIR)/usr/lib/pm-utils/sleep.d/50netcfg # Daemons install -Dm755 rc.d/net-set-variable $(DESTDIR)/etc/rc.d/functions.d/net-set-variable install -m755 \ |