diff options
Diffstat (limited to 'system/buildah/buildah.SlackBuild')
-rw-r--r-- | system/buildah/buildah.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/buildah/buildah.SlackBuild b/system/buildah/buildah.SlackBuild index ded7505897b82..4e1056f416c40 100644 --- a/system/buildah/buildah.SlackBuild +++ b/system/buildah/buildah.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=buildah VERSION=${VERSION:-1.5} GIT_COMMIT="e94b4f9" @@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |