diff options
Diffstat (limited to 'academic/labplot2')
-rw-r--r-- | academic/labplot2/labplot2.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/academic/labplot2/labplot2.SlackBuild b/academic/labplot2/labplot2.SlackBuild index 8e1d11e4384f..3adc58c8eb70 100644 --- a/academic/labplot2/labplot2.SlackBuild +++ b/academic/labplot2/labplot2.SlackBuild @@ -22,6 +22,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. NAME=labplot +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=labplot2 VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} @@ -35,7 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |