summaryrefslogtreecommitdiffstats
path: root/development/gedit-plugins/gedit-plugins.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/gedit-plugins/gedit-plugins.SlackBuild')
-rw-r--r--development/gedit-plugins/gedit-plugins.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/gedit-plugins/gedit-plugins.SlackBuild b/development/gedit-plugins/gedit-plugins.SlackBuild
index cee366e4cc..1a7f8a05e9 100644
--- a/development/gedit-plugins/gedit-plugins.SlackBuild
+++ b/development/gedit-plugins/gedit-plugins.SlackBuild
@@ -23,6 +23,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=gedit-plugins
VERSION=${VERSION:-2.32.0}
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}