summaryrefslogtreecommitdiffstats
path: root/libraries/goffice0.8/goffice0.8.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/goffice0.8/goffice0.8.SlackBuild')
-rw-r--r--libraries/goffice0.8/goffice0.8.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/goffice0.8/goffice0.8.SlackBuild b/libraries/goffice0.8/goffice0.8.SlackBuild
index d2cfa1de68..0e3f15f14f 100644
--- a/libraries/goffice0.8/goffice0.8.SlackBuild
+++ b/libraries/goffice0.8/goffice0.8.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=goffice0.8
VERSION=${VERSION:-0.8.17}
BUILD=${BUILD:-2}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}