mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/prelink: Fixed (Use relative path in doinst.sh)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
42efab8543
commit
932b788044
2 changed files with 23 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=prelink
|
||||
VERSION=${VERSION:-20100106}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
Loading…
Reference in a new issue