diff options
Diffstat (limited to 'system/thermal_daemon/thermal_daemon.SlackBuild')
-rw-r--r-- | system/thermal_daemon/thermal_daemon.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/thermal_daemon/thermal_daemon.SlackBuild b/system/thermal_daemon/thermal_daemon.SlackBuild index cb7cf604c9..a34fe73bb8 100644 --- a/system/thermal_daemon/thermal_daemon.SlackBuild +++ b/system/thermal_daemon/thermal_daemon.SlackBuild @@ -63,7 +63,7 @@ rm -rf $PRGNAM-$VERSION if [ -e $CWD/"v"$VERSION.tar.gz ]; then tar xvf $CWD/"v"$VERSION.tar.gz else - tar xvf $CWD/$PRGNAM-"v"$VERSION.tar.gz + tar xvf $CWD/$PRGNAM-$VERSION.tar.gz fi cd $PRGNAM-$VERSION chown -R root:root . |