diff options
Diffstat (limited to 'slackware64-current/source/l/speexdsp/speexdsp.SlackBuild')
-rwxr-xr-x | slackware64-current/source/l/speexdsp/speexdsp.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slackware64-current/source/l/speexdsp/speexdsp.SlackBuild b/slackware64-current/source/l/speexdsp/speexdsp.SlackBuild index 24cec20d7..f1d760760 100755 --- a/slackware64-current/source/l/speexdsp/speexdsp.SlackBuild +++ b/slackware64-current/source/l/speexdsp/speexdsp.SlackBuild @@ -22,13 +22,14 @@ # (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) + PKGNAM=speexdsp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j7} -CWD=$(pwd) TMP=${TMP:-/tmp} PKG=$TMP/package-$PKGNAM |