diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-01-22 17:46:04 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2008-01-22 17:46:04 +0000 |
commit | 8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410 (patch) | |
tree | c7336cfaa6ee649296890344d8288a3f5c06085b /sci/mathematics/octave | |
parent | ee9b0418a0461ff49331732932ecf7ce9c005c62 (diff) | |
download | slackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.gz slackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.bz2 |
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1602 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'sci/mathematics/octave')
-rw-r--r-- | sci/mathematics/octave/octave.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci/mathematics/octave/octave.SlackBuild b/sci/mathematics/octave/octave.SlackBuild index da7abf85..cdc29063 100644 --- a/sci/mathematics/octave/octave.SlackBuild +++ b/sci/mathematics/octave/octave.SlackBuild @@ -16,7 +16,7 @@ # # slackbuild for octave, by Rudson R. Alves # requires: gcc flex bison gperf -# tested: octave-2.9.13 +# tested: octave-3.0.0 # # Look for slackbuildrc @@ -31,7 +31,7 @@ CWD="$(pwd)" SRC_NAME="octave" PKG_NAME="octave" ARCH=${ARCH:=i486} -SRC_VERSION=${VERSION:=2.9.13} +SRC_VERSION=${VERSION:=3.0.0} PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" BUILD=${BUILD:=1rra} SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME @@ -86,7 +86,7 @@ fi # Untar cd "$PKG_WORK" tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR -PKG_SRC=`ls -l | awk '/^d/ { print $8 }'` +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`" cd "$PKG_SRC" # Configure |