mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/yajl: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09b154a22f
commit
bd8048d354
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PRGNAM=yajl
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -42,7 +42,7 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf lloyd-$PRGNAM-fee1ebe
|
||||
rm -rf lloyd-$PRGNAM-66cb08c
|
||||
tar xvf $CWD/lloyd-$PRGNAM-$VERSION-0-ga0ecdde.tar.gz
|
||||
cd lloyd-$PRGNAM-66cb08c
|
||||
chown -R root:root .
|
||||
|
|
Loading…
Reference in a new issue