diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-24 10:50:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-24 19:23:44 +0700 |
commit | cc54b449210e49338515a7b5b3931394414b16c6 (patch) | |
tree | 62fdf6248d6d0a67e122b1087ab946e934c09304 /system/aespipe | |
parent | 04576e59e361b549947d7a130ecf5704a2f96222 (diff) | |
download | slackbuilds-cc54b449210e49338515a7b5b3931394414b16c6.tar.gz |
system/aespipe: Fixed version name in SlackBuild.
Removed extraneous 'v' from built package name so it matches everything else.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/aespipe')
-rw-r--r-- | system/aespipe/aespipe.SlackBuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/system/aespipe/aespipe.SlackBuild b/system/aespipe/aespipe.SlackBuild index 75ab4ea035..8c2bb5f0f4 100644 --- a/system/aespipe/aespipe.SlackBuild +++ b/system/aespipe/aespipe.SlackBuild @@ -27,10 +27,12 @@ # 2010 May 25 - initial release PRGNAM=aespipe -VERSION=${VERSION:-v2.4c} +VERSION=${VERSION:-2.4c} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCVER="v${VERSION}" + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -67,9 +69,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-$SRCVER +tar xvf $CWD/$PRGNAM-$SRCVER.tar.bz2 +cd $PRGNAM-$SRCVER chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |