summaryrefslogtreecommitdiffstats
path: root/python/thunarx-python
diff options
context:
space:
mode:
Diffstat (limited to 'python/thunarx-python')
-rw-r--r--python/thunarx-python/thunarx-python.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/thunarx-python/thunarx-python.SlackBuild b/python/thunarx-python/thunarx-python.SlackBuild
index bbe6b1162a..ae99cacdcd 100644
--- a/python/thunarx-python/thunarx-python.SlackBuild
+++ b/python/thunarx-python/thunarx-python.SlackBuild
@@ -24,6 +24,8 @@
# (INCLUDING NEGLIGENCE OR 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=thunarx-python
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-2}
@@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}