summaryrefslogtreecommitdiffstats
path: root/system/password-store/password-store.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/password-store/password-store.SlackBuild')
-rw-r--r--system/password-store/password-store.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/password-store/password-store.SlackBuild b/system/password-store/password-store.SlackBuild
index c54efe437a..ab13b8f5f2 100644
--- a/system/password-store/password-store.SlackBuild
+++ b/system/password-store/password-store.SlackBuild
@@ -23,6 +23,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=password-store
VERSION=${VERSION:-1.7.4}
BUILD=${BUILD:-1}
@@ -30,7 +32,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}