diff options
Diffstat (limited to 'slackware64-current/source/ap/ispell')
-rwxr-xr-x | slackware64-current/source/ap/ispell/ispell.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slackware64-current/source/ap/ispell/ispell.SlackBuild b/slackware64-current/source/ap/ispell/ispell.SlackBuild index a46a7ac01..6fc9814d1 100755 --- a/slackware64-current/source/ap/ispell/ispell.SlackBuild +++ b/slackware64-current/source/ap/ispell/ispell.SlackBuild @@ -20,6 +20,7 @@ # 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) VERSION=3.4.00 BUILD=${BUILD:-1} @@ -34,7 +35,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp} PKG=$TMP/package-ispell |