diff options
Diffstat (limited to 'python/css-parser/css-parser.SlackBuild')
-rw-r--r-- | python/css-parser/css-parser.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/css-parser/css-parser.SlackBuild b/python/css-parser/css-parser.SlackBuild index fa6977976e..259d0ab209 100644 --- a/python/css-parser/css-parser.SlackBuild +++ b/python/css-parser/css-parser.SlackBuild @@ -22,12 +22,13 @@ # 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=css-parser VERSION=${VERSION:-1.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |