libraries/liblrdf: Fix tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-02-04 22:48:36 +00:00 committed by Willy Sudiarto Raharjo
parent cbdd38c6e1
commit fa35f2f5d5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf LRDF-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/LRDF-$VERSION.tar.gz
cd LRDF-$VERSION
chown -R root:root .
find -L . \