summaryrefslogtreecommitdiff
path: root/system/powershell/powershell.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/powershell/powershell.SlackBuild')
-rw-r--r--system/powershell/powershell.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/powershell/powershell.SlackBuild b/system/powershell/powershell.SlackBuild
index 4e5d885cd3..6899cbd9d5 100644
--- a/system/powershell/powershell.SlackBuild
+++ b/system/powershell/powershell.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=powershell
VERSION=${VERSION:-7.1.3}
BUILD=${BUILD:-1}
@@ -38,7 +40,6 @@ else
exit 1
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}