- Fix nit in last commit; respect %%LOCALBASE%%
This commit is contained in:
parent
6a4d81e94c
commit
bd03bb519c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259062
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ name=swatch
|
|||
rcvar=`set_rcvar`
|
||||
|
||||
command=%%PREFIX%%/bin/swatch
|
||||
procname=/usr/local/bin/perl
|
||||
procname=%%LOCALBASE%%/bin/perl
|
||||
|
||||
load_rc_config ${name}
|
||||
|
||||
|
|
Loading…
Reference in a new issue