diff options
Diffstat (limited to 'network/plowshare-modules/plowshare-modules.SlackBuild')
-rw-r--r-- | network/plowshare-modules/plowshare-modules.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/plowshare-modules/plowshare-modules.SlackBuild b/network/plowshare-modules/plowshare-modules.SlackBuild index 3bd6655bbc10c..a97ce8b93b176 100644 --- a/network/plowshare-modules/plowshare-modules.SlackBuild +++ b/network/plowshare-modules/plowshare-modules.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=plowshare-modules VERSION=${VERSION:-e94a905} SRCNAM=${PRGNAM}-legacy @@ -32,7 +34,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |