summaryrefslogtreecommitdiffstats
path: root/network/dogecoin/dogecoin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/dogecoin/dogecoin.SlackBuild')
-rw-r--r--network/dogecoin/dogecoin.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/dogecoin/dogecoin.SlackBuild b/network/dogecoin/dogecoin.SlackBuild
index 10d35b6e3b..ad161294c9 100644
--- a/network/dogecoin/dogecoin.SlackBuild
+++ b/network/dogecoin/dogecoin.SlackBuild
@@ -18,12 +18,13 @@
#along with this program; if not, write to the Free Software
#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=dogecoin
VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}