diff options
Diffstat (limited to 'media/gfx/exiv2')
-rwxr-xr-x | media/gfx/exiv2/exiv2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/gfx/exiv2/exiv2.SlackBuild b/media/gfx/exiv2/exiv2.SlackBuild index b4210f93..639ea92c 100755 --- a/media/gfx/exiv2/exiv2.SlackBuild +++ b/media/gfx/exiv2/exiv2.SlackBuild @@ -91,7 +91,7 @@ MD5SUM_URL="bb18d19e1d6fb255dadda456cadec00e" # 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 |