From 6ffb0a68d2cc20045b7ee61d9cbe2c0f001ac3f0 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Mon, 7 Sep 2020 16:53:14 +0200 Subject: [PATCH] cleaning --- e/emacs/SlackBuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/e/emacs/SlackBuild b/e/emacs/SlackBuild index 2efa95c6..e2150cd2 100755 --- a/e/emacs/SlackBuild +++ b/e/emacs/SlackBuild @@ -23,20 +23,13 @@ # Written by Dušan Stefanović (stefanovic.dusan@gmail.com) # Modified by Robby Workman # Modified by Patrick Volkerding +# Modified by Gwenhael Le Moine cd $(dirname $0) ; CWD=$(pwd) PKGNAM=emacs BUILD=${BUILD:-1} TAG=gwh -# Determine version number the tarball is labeled with: -#TARBALLVER=${TARBALLVER:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -# OK, now what's being used as the source directory version number... account -# for subversions a, b, c, and d in the $TARBALLVER: -#SRCDIRVER=$(echo $TARBALLVER | tr -d a | tr -d b | tr -d c | tr -d d) -# I guess this is the main "version"... we don't use this variable anywhere below, but -# defining it is traditional: -#VERSION=$SRCDIRVER REPOSITORY=/home/installs/SlackBuilds/repositories/$PKGNAM