From e17178a771562e6197ac9dd8211046df19b4da52 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 19 Jan 2016 00:41:53 +0000 Subject: office/kate-latex-plugin: Fix PRGNAM for package name. Signed-off-by: David Spencer --- office/kate-latex-plugin/kate-latex-plugin.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'office') 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 \ -- cgit v1.2.3