diff options
Diffstat (limited to 'development/dotnet-runtime/dotnet-runtime.SlackBuild')
-rw-r--r-- | development/dotnet-runtime/dotnet-runtime.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/dotnet-runtime/dotnet-runtime.SlackBuild b/development/dotnet-runtime/dotnet-runtime.SlackBuild index 4180c09aa362..dcd0036debe4 100644 --- a/development/dotnet-runtime/dotnet-runtime.SlackBuild +++ b/development/dotnet-runtime/dotnet-runtime.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=dotnet-runtime VERSION=${VERSION:-3.1.13} BUILD=${BUILD:-1} @@ -38,7 +40,6 @@ else exit 1 fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |