py3cairo: Fix Directory Removal.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-11-20 08:56:37 +07:00
parent 3a37e30db0
commit 738f382412
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -67,7 +67,7 @@ set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
cd $SRCNAM-$VERSION cd $SRCNAM-$VERSION
chown -R root:root . chown -R root:root .