summaryrefslogtreecommitdiffstats
path: root/python/pysass/pysass.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pysass/pysass.SlackBuild')
-rw-r--r--python/pysass/pysass.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pysass/pysass.SlackBuild b/python/pysass/pysass.SlackBuild
index ad32dc5700..e1b0035061 100644
--- a/python/pysass/pysass.SlackBuild
+++ b/python/pysass/pysass.SlackBuild
@@ -22,6 +22,8 @@
# OTHERWISE) ARISING 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=pysass
SRCPKG=${SRCPKG-pysass}
VERSION=${VERSION:-0.1.0}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}