diff options
Diffstat (limited to 'python/relatorio')
-rw-r--r-- | python/relatorio/relatorio.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/relatorio/relatorio.SlackBuild b/python/relatorio/relatorio.SlackBuild index e8c9c1088ffaa..a2d38c59a56c6 100644 --- a/python/relatorio/relatorio.SlackBuild +++ b/python/relatorio/relatorio.SlackBuild @@ -20,6 +20,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=relatorio VERSION=${VERSION:-0.6.0} 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} |