summaryrefslogtreecommitdiffstats
path: root/system/procinfo-ng/procinfo-ng.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/procinfo-ng/procinfo-ng.SlackBuild')
-rw-r--r--system/procinfo-ng/procinfo-ng.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/procinfo-ng/procinfo-ng.SlackBuild b/system/procinfo-ng/procinfo-ng.SlackBuild
index 7cd4b29d0b..00441a0fc8 100644
--- a/system/procinfo-ng/procinfo-ng.SlackBuild
+++ b/system/procinfo-ng/procinfo-ng.SlackBuild
@@ -20,6 +20,8 @@
# (INCLUDING NEGLIGENCE OR 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=procinfo-ng
VERSION=${VERSION:-2.0.304}
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}