summaryrefslogtreecommitdiffstats
path: root/misc/lastpass-cli/lastpass-cli.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/lastpass-cli/lastpass-cli.SlackBuild')
-rw-r--r--misc/lastpass-cli/lastpass-cli.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lastpass-cli/lastpass-cli.SlackBuild b/misc/lastpass-cli/lastpass-cli.SlackBuild
index 74299e6cdc..4c15cbce0b 100644
--- a/misc/lastpass-cli/lastpass-cli.SlackBuild
+++ b/misc/lastpass-cli/lastpass-cli.SlackBuild
@@ -22,6 +22,8 @@
# 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=lastpass-cli
VERSION=${VERSION:-1.3.3}
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}