summaryrefslogtreecommitdiffstats
path: root/office/xreader
diff options
context:
space:
mode:
Diffstat (limited to 'office/xreader')
-rw-r--r--office/xreader/xreader.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/xreader/xreader.SlackBuild b/office/xreader/xreader.SlackBuild
index 5e29dc2784..2883054583 100644
--- a/office/xreader/xreader.SlackBuild
+++ b/office/xreader/xreader.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=xreader
VERSION=${VERSION:-1.4.4}
# To configure the source we need macros that exist in mate-common
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}