system/prelink: Fixed (Use relative path in doinst.sh)

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2012-09-30 00:55:43 -04:00 committed by Robby Workman
parent 42efab8543
commit 932b788044
2 changed files with 23 additions and 23 deletions

View file

@ -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

View file

@ -24,7 +24,7 @@
PRGNAM=prelink
VERSION=${VERSION:-20100106}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then