Fix shebangs in services to point to the correct location of runscript
SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
This commit is contained in:
committed by
William Hubbs
parent
8c90042dee
commit
8a44067838
@@ -1,4 +1,4 @@
|
||||
#!@PREFIX@/sbin/runscript
|
||||
#!@SBINDIR@/runscript
|
||||
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
|
||||
# Released under the 2-clause BSD license.
|
||||
|
||||
|
Reference in New Issue
Block a user