summaryrefslogtreecommitdiffstats
path: root/development/sqliteman/sqliteman.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/sqliteman/sqliteman.SlackBuild')
-rw-r--r--development/sqliteman/sqliteman.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/sqliteman/sqliteman.SlackBuild b/development/sqliteman/sqliteman.SlackBuild
index aa3b547ba9..8cea322916 100644
--- a/development/sqliteman/sqliteman.SlackBuild
+++ b/development/sqliteman/sqliteman.SlackBuild
@@ -21,6 +21,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=sqliteman
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-2}
@@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}