aboutsummaryrefslogtreecommitdiff
path: root/app/editors
diff options
context:
space:
mode:
Diffstat (limited to 'app/editors')
-rwxr-xr-xapp/editors/kile/kile.SlackBuild2
-rw-r--r--app/editors/kxmleditor/kxmleditor.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/editors/kile/kile.SlackBuild b/app/editors/kile/kile.SlackBuild
index 819c306a..6fd28322 100755
--- a/app/editors/kile/kile.SlackBuild
+++ b/app/editors/kile/kile.SlackBuild
@@ -86,7 +86,7 @@ fi
# Untar
cd "$PKG_WORK"
tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR
-PKG_SRC=`ls -l | awk '/^d/ { print $8 }'`
+PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`"
cd "$PKG_SRC"
# Configure
diff --git a/app/editors/kxmleditor/kxmleditor.SlackBuild b/app/editors/kxmleditor/kxmleditor.SlackBuild
index 51a951ad..d7359380 100644
--- a/app/editors/kxmleditor/kxmleditor.SlackBuild
+++ b/app/editors/kxmleditor/kxmleditor.SlackBuild
@@ -86,7 +86,7 @@ fi
# Untar
cd "$PKG_WORK"
tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR
-PKG_SRC=`ls -l | awk '/^d/ { print $8 }'`
+PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`"
cd "$PKG_SRC"
# Configure