diff options
Diffstat (limited to 'office/mythes-id/mythes-id.SlackBuild')
-rw-r--r-- | office/mythes-id/mythes-id.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/mythes-id/mythes-id.SlackBuild b/office/mythes-id/mythes-id.SlackBuild index 03a34a2b0816..a108ac90f705 100644 --- a/office/mythes-id/mythes-id.SlackBuild +++ b/office/mythes-id/mythes-id.SlackBuild @@ -24,13 +24,14 @@ # Based on the Arch PKGBUILD +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mythes-id VERSION=${VERSION:-1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH="noarch" -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |