diff options
author | David Spencer <baildon.research@googlemail.com> | 2014-06-14 15:18:03 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:19:00 -0500 |
commit | 97abe96f105295627d0311c2259f8b35cbe3f954 (patch) | |
tree | d3195345f41e1976a056fcf8d7e156062b716b5a /system | |
parent | 9ea7c29f137e65bd803de66644e6052738bbc442 (diff) | |
download | slackbuilds-97abe96f105295627d0311c2259f8b35cbe3f954.tar.gz |
system/thermal_daemon: Fix script typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 . |