summaryrefslogtreecommitdiffstats
path: root/development/cycler/cycler.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/cycler/cycler.SlackBuild')
-rw-r--r--development/cycler/cycler.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/cycler/cycler.SlackBuild b/development/cycler/cycler.SlackBuild
index bb5b06a931..2b3427bc05 100644
--- a/development/cycler/cycler.SlackBuild
+++ b/development/cycler/cycler.SlackBuild
@@ -23,6 +23,8 @@
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cycler
VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-2}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=${PKG:-$TMP/package-$PRGNAM}
OUTPUT=${OUTPUT:-/tmp}