summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-04-18 17:26:52 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-04-18 17:26:52 +0200
commit6d4f054ccc25d8a539bc6b4c09c3dbc6afb36875 (patch)
treeb2b9874d4045365550b60145bea5d53c850abbb2 /Makefile
parent9feac3562c132207be58ec7939c9503cf41803de (diff)
downloadnetctl-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 312d2c2..16c7298 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \