diff options
Diffstat (limited to 'desktop/superkey-launch/superkey-launch.SlackBuild')
-rw-r--r-- | desktop/superkey-launch/superkey-launch.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/superkey-launch/superkey-launch.SlackBuild b/desktop/superkey-launch/superkey-launch.SlackBuild index f042691e6f5a3..6c3b3380fa678 100644 --- a/desktop/superkey-launch/superkey-launch.SlackBuild +++ b/desktop/superkey-launch/superkey-launch.SlackBuild @@ -23,6 +23,8 @@ # with this program (most likely, a file named COPYING). If not, see # <http://www.gnu.org/licenses/>. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=superkey-launch VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |