From 97abe96f105295627d0311c2259f8b35cbe3f954 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sat, 14 Jun 2014 15:18:03 +0100 Subject: system/thermal_daemon: Fix script typo. Signed-off-by: Willy Sudiarto Raharjo --- system/thermal_daemon/thermal_daemon.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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 . -- cgit v1.2.3-80-g2a13