diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-30 00:55:43 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-30 20:01:05 -0500 |
commit | 932b788044853a1ad1775e222977ec05d7df7feb (patch) | |
tree | 604bd57a1b873c81a419f321a6d7c7b9f45c7407 /system/prelink/doinst.sh | |
parent | 42efab85434d74c5a4fa9bd66f632f42abf4f3c5 (diff) |
system/prelink: Fixed (Use relative path in doinst.sh)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/prelink/doinst.sh')
-rw-r--r-- | system/prelink/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prelink/doinst.sh b/system/prelink/doinst.sh index 89a59bac84bc..ad0081673615 100644 --- a/system/prelink/doinst.sh +++ b/system/prelink/doinst.sh @@ -11,4 +11,4 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config /etc/prelink.conf.new +config etc/prelink.conf.new |