summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--office/kate-latex-plugin/kate-latex-plugin.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/office/kate-latex-plugin/kate-latex-plugin.SlackBuild b/office/kate-latex-plugin/kate-latex-plugin.SlackBuild
index a41a044590..3284ac7fbf 100644
--- a/office/kate-latex-plugin/kate-latex-plugin.SlackBuild
+++ b/office/kate-latex-plugin/kate-latex-plugin.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for katelatexplugin
+# Slackware build script for kate-latex-plugin
# Copyright 2015 Guilherme Calandrini, Madrid, Spain
# All rights reserved.
@@ -22,8 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=katelatexplugin
+PRGNAM=kate-latex-plugin
+SRCNAM=katelatexplugin
VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar jxvf $CWD/84772-$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/84772-$SRCNAM-$VERSION.tar.bz2
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \