diff options
Diffstat (limited to 'misc/abduco/abduco.SlackBuild')
-rw-r--r-- | misc/abduco/abduco.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/abduco/abduco.SlackBuild b/misc/abduco/abduco.SlackBuild index 906f3188ed6f0..5d0b4d70d214d 100644 --- a/misc/abduco/abduco.SlackBuild +++ b/misc/abduco/abduco.SlackBuild @@ -27,6 +27,8 @@ # (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) + PRGNAM=abduco VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} @@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |