aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2008-04-29 19:14:45 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2008-04-29 19:14:45 +0000
commit14122027dcef6e069f4a1e8ca338be9b96d0201c (patch)
tree780dd06a1ace333621242035424a51e34cbe5091 /trunk/mkbuild
parent35a965b84d3d09c261075c280e17b198151788eb (diff)
downloadsimplepkg-14122027dcef6e069f4a1e8ca338be9b96d0201c.tar.gz
simplepkg-14122027dcef6e069f4a1e8ca338be9b96d0201c.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@502 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/mkbuild')
-rw-r--r--trunk/mkbuild/generic.mkSlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/mkbuild/generic.mkSlackBuild b/trunk/mkbuild/generic.mkSlackBuild
index d06167d..5c8a8db 100644
--- a/trunk/mkbuild/generic.mkSlackBuild
+++ b/trunk/mkbuild/generic.mkSlackBuild
@@ -184,7 +184,7 @@ echo Success.
# Untar
cd "$PKG_WORK"
[[UNPACKER]] [[UNPACKER FLAGS]] "$SRC_DIR/$SRC" || exit $ERROR_TAR
-PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`"
+PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`"
cd "$PKG_SRC"
</untar_source>