summaryrefslogtreecommitdiffstats
path: root/development/argagg/argagg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/argagg/argagg.SlackBuild')
-rw-r--r--development/argagg/argagg.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/argagg/argagg.SlackBuild b/development/argagg/argagg.SlackBuild
index 05cc88095f..e786b028f8 100644
--- a/development/argagg/argagg.SlackBuild
+++ b/development/argagg/argagg.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=argagg
VERSION=${VERSION:-0.4.6}
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}