diff options
Diffstat (limited to 'desktop/wmcliphist/wmcliphist.SlackBuild')
-rw-r--r-- | desktop/wmcliphist/wmcliphist.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmcliphist/wmcliphist.SlackBuild b/desktop/wmcliphist/wmcliphist.SlackBuild index 125160070a2c..c1677f627c7a 100644 --- a/desktop/wmcliphist/wmcliphist.SlackBuild +++ b/desktop/wmcliphist/wmcliphist.SlackBuild @@ -22,6 +22,8 @@ # - Get rid of annoying assertion "'GTK_IS_WIDGET (widget)' failed" warnings # - Document annoying bug I don't know how to fix, in BUG.txt +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmcliphist VERSION=${VERSION:-2.1} BUILD=${BUILD:-2} @@ -35,7 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |