system/podman: change variable for repo source directory

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
juankman94 2020-08-05 15:25:50 -05:00 committed by Willy Sudiarto Raharjo
parent 82a6617c06
commit 3ada98eaf7
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -67,7 +67,7 @@ rm -rf $REPONAME-$VERSION
mkdir -p $REPONAME-$VERSION/src/$DOMAIN/$ORG
cd $REPONAME-$VERSION/src/$DOMAIN/$ORG
tar xvf $CWD/$REPONAME-$VERSION.tar.gz
mv $REPONAME-$VERSION $REPONAME
mv $PRGNAM-$VERSION $REPONAME
cd $REPONAME
chown -R root:root .
find -L . \