diff options
Diffstat (limited to 'desktop/smooth-tasks/smooth-tasks.SlackBuild')
-rw-r--r-- | desktop/smooth-tasks/smooth-tasks.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/smooth-tasks/smooth-tasks.SlackBuild b/desktop/smooth-tasks/smooth-tasks.SlackBuild index 4686ae2d72..860ccead6d 100644 --- a/desktop/smooth-tasks/smooth-tasks.SlackBuild +++ b/desktop/smooth-tasks/smooth-tasks.SlackBuild @@ -21,7 +21,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=smooth-tasks -VERSION=${VERSION:-wip-2010-11-06} +VERSION=${VERSION:-wip_2010_11_06} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,7 +41,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} cd $TMP -rm -rf $PKG $PRGNAM-$VERSION +rm -rf $PKG $PRGNAM-$SRCVER mkdir -p $TMP $PKG $OUTPUT cd $TMP tar xvf $CWD/*$PRGNAM-src-$SRCVER.tar.bz2 |