diff options
Diffstat (limited to 'system/podman/podman.SlackBuild')
-rw-r--r-- | system/podman/podman.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/podman/podman.SlackBuild b/system/podman/podman.SlackBuild index 6e073391b8f34..5cd37f6bc3bf8 100644 --- a/system/podman/podman.SlackBuild +++ b/system/podman/podman.SlackBuild @@ -76,7 +76,7 @@ cd $TMP rm -rf $REPONAME-$VERSION mkdir -p $REPONAME-$VERSION/src/$DOMAIN/$ORG cd $REPONAME-$VERSION/src/$DOMAIN/$ORG -tar xvf $CWD/$REPONAME-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz mv $PRGNAM-$VERSION $REPONAME cd $REPONAME chown -R root:root . |