diff options
Diffstat (limited to 'ham/tlf')
-rw-r--r-- | ham/tlf/tlf.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/tlf/tlf.SlackBuild b/ham/tlf/tlf.SlackBuild index ea10ee5289ae1..01bbdc8464a2a 100644 --- a/ham/tlf/tlf.SlackBuild +++ b/ham/tlf/tlf.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=tlf VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |