diff options
Diffstat (limited to 'ham/ax25-tools')
-rw-r--r-- | ham/ax25-tools/ax25-tools.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/ax25-tools/ax25-tools.SlackBuild b/ham/ax25-tools/ax25-tools.SlackBuild index 6c51a69941fe..117778c49881 100644 --- a/ham/ax25-tools/ax25-tools.SlackBuild +++ b/ham/ax25-tools/ax25-tools.SlackBuild @@ -22,6 +22,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=ax25-tools VERSION=${VERSION:-0.0.10_rc5} SRCVER=$(echo $VERSION | tr _ -) @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |