summaryrefslogtreecommitdiffstats
path: root/python/repoze.lru/repoze.lru.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/repoze.lru/repoze.lru.SlackBuild')
-rw-r--r--python/repoze.lru/repoze.lru.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/repoze.lru/repoze.lru.SlackBuild b/python/repoze.lru/repoze.lru.SlackBuild
index d18f2dcab7..5073144162 100644
--- a/python/repoze.lru/repoze.lru.SlackBuild
+++ b/python/repoze.lru/repoze.lru.SlackBuild
@@ -20,6 +20,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=repoze.lru
VERSION=${VERSION:-0.7}
BUILD=${BUILD:-1}
@@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}