diff options
Diffstat (limited to 'office/lout')
-rw-r--r-- | office/lout/lout.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/lout/lout.SlackBuild b/office/lout/lout.SlackBuild index d4acf846b1..0ce95d334c 100644 --- a/office/lout/lout.SlackBuild +++ b/office/lout/lout.SlackBuild @@ -23,6 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=lout VERSION=${VERSION:-3.42} BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |