diff options
Diffstat (limited to 'network/nagiosgraph/nagiosgraph.SlackBuild')
-rw-r--r-- | network/nagiosgraph/nagiosgraph.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/nagiosgraph/nagiosgraph.SlackBuild b/network/nagiosgraph/nagiosgraph.SlackBuild index 5c23ca7b28cfa..48cd248c29a50 100644 --- a/network/nagiosgraph/nagiosgraph.SlackBuild +++ b/network/nagiosgraph/nagiosgraph.SlackBuild @@ -22,12 +22,13 @@ # 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=nagiosgraph VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |