diff options
Diffstat (limited to 'source/l/taglib-extras')
-rwxr-xr-x | source/l/taglib-extras/taglib-extras.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/taglib-extras/taglib-extras.SlackBuild b/source/l/taglib-extras/taglib-extras.SlackBuild index 307409f3..8004a3aa 100755 --- a/source/l/taglib-extras/taglib-extras.SlackBuild +++ b/source/l/taglib-extras/taglib-extras.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=${VERSION:-0.1.3} +VERSION=${VERSION:-1.0.1} ARCH=${ARCH:-x86_64} BUILD=${BUILD:-1} @@ -53,7 +53,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf taglib-extras tar xvf $CWD/taglib-extras-$VERSION.tar.?z* || exit 1 -cd taglib-extras || exit 1 +cd taglib-extras-${VERSION} || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |