diff options
Diffstat (limited to 'desktop/cellwriter/cellwriter.SlackBuild')
-rw-r--r-- | desktop/cellwriter/cellwriter.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/cellwriter/cellwriter.SlackBuild b/desktop/cellwriter/cellwriter.SlackBuild index 4dccb2b271d9f..98023f84f996b 100644 --- a/desktop/cellwriter/cellwriter.SlackBuild +++ b/desktop/cellwriter/cellwriter.SlackBuild @@ -24,6 +24,8 @@ # along with this program (most likely, a file named COPYING). If # not, see <http://www.gnu.org/licenses/>. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=cellwriter VERSION=${VERSION:-1.3.6} COMMIT=${COMMIT:-b5295f46dab0a353d72368e6255b654bb1c49f0c} @@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |