summaryrefslogtreecommitdiffstats
path: root/desktop/quickswitch-i3/quickswitch-i3.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/quickswitch-i3/quickswitch-i3.SlackBuild')
-rw-r--r--desktop/quickswitch-i3/quickswitch-i3.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/quickswitch-i3/quickswitch-i3.SlackBuild b/desktop/quickswitch-i3/quickswitch-i3.SlackBuild
index ca09a8140d..fb2da57679 100644
--- a/desktop/quickswitch-i3/quickswitch-i3.SlackBuild
+++ b/desktop/quickswitch-i3/quickswitch-i3.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=quickswitch-i3
SRCNAM=quickswitch-for-i3
VERSION=${VERSION:-2.7.0}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}