diff options
Diffstat (limited to 'office/neoleo/neoleo.SlackBuild')
-rw-r--r-- | office/neoleo/neoleo.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/neoleo/neoleo.SlackBuild b/office/neoleo/neoleo.SlackBuild index 2e78443e583b9..e0e0bb3b5bf46 100644 --- a/office/neoleo/neoleo.SlackBuild +++ b/office/neoleo/neoleo.SlackBuild @@ -23,6 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=neoleo VERSION=${VERSION:-7.0.0} 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} |