summaryrefslogtreecommitdiffstats
path: root/audio/audacity/audacity.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-02-29 10:21:37 +0100
committer Matteo Bernardini2020-02-29 10:21:37 +0100
commit37498e325fe958c6948fae9ee70e16ec9427d9a4 (patch)
tree6a9ede00269c6dd697d95d5c43739ec0741dc379 /audio/audacity/audacity.SlackBuild
parente672baf11d590fdc9d8bd90c2cd50fc6232efd4e (diff)
downloadslackbuilds-37498e325fe958c6948fae9ee70e16ec9427d9a4.tar.gz
20200229.1 global branch merge.current-20200229.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/audacity/audacity.SlackBuild')
-rw-r--r--audio/audacity/audacity.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild
index 6b7f0746eb..1cf04a3c63 100644
--- a/audio/audacity/audacity.SlackBuild
+++ b/audio/audacity/audacity.SlackBuild
@@ -31,8 +31,8 @@
PRGNAM=audacity
SRCNAM=Audacity
-VERSION=${VERSION:-2.3.2}
-MANVER=${MANVER:-2.3.2}
+VERSION=${VERSION:-2.3.3}
+MANVER=${MANVER:-2.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -152,8 +152,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Before changing the version just check the path inside of the zip:
# the index file must be located to /usr/share/audacity/help/manual/index.html
if [ "${MANUAL:-no}" = "yes" ]; then
- mkdir -p $PKG/usr/share/$PRGNAM
- unzip $CWD/$PRGNAM-manual-$MANVER.zip -d $PKG/usr/share/$PRGNAM
+ mkdir -p $PKG/usr/share/$PRGNAM/help
+ unzip $CWD/$PRGNAM-manual-$MANVER.zip -d $PKG/usr/share/$PRGNAM/help
fi
mkdir -p $PKG/install