diff options
Diffstat (limited to 'graphics/graph-easy/graph-easy.SlackBuild')
-rw-r--r-- | graphics/graph-easy/graph-easy.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graph-easy/graph-easy.SlackBuild b/graphics/graph-easy/graph-easy.SlackBuild index c11b46d89f8b..df6dbf101e0d 100644 --- a/graphics/graph-easy/graph-easy.SlackBuild +++ b/graphics/graph-easy/graph-easy.SlackBuild @@ -16,6 +16,8 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=graph-easy SRCNAM=Graph-Easy VERSION=${VERSION:-0.76} @@ -30,7 +32,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |