diff options
Diffstat (limited to 'sys/process/htop')
-rw-r--r-- | sys/process/htop/htop.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/process/htop/htop.SlackBuild b/sys/process/htop/htop.SlackBuild index a4ca1635..85ff6807 100644 --- a/sys/process/htop/htop.SlackBuild +++ b/sys/process/htop/htop.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 |