diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-08-05 21:37:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:26 +0700 |
commit | ebe97f3cf2e1b43e5d3f7121f8e8d21b078256b7 (patch) | |
tree | efbb140fac98053a968d69579143359a11661851 /system/incron | |
parent | 806661b6dd72167d92582817164fdffc2f1b8f80 (diff) | |
download | slackbuilds-ebe97f3cf2e1b43e5d3f7121f8e8d21b078256b7.tar.gz |
system/incron: Fix install with ROOT=.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/incron')
-rw-r--r-- | system/incron/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/incron/doinst.sh b/system/incron/doinst.sh index 56ac195452..1d6cd780c7 100644 --- a/system/incron/doinst.sh +++ b/system/incron/doinst.sh @@ -22,4 +22,4 @@ preserve_perms() { config $NEW } -preserve_perms /etc/rc.d/rc.incrond.new +preserve_perms etc/rc.d/rc.incrond.new |