summaryrefslogtreecommitdiffstats
path: root/source/n/gnutls/gnutls.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/gnutls/gnutls.SlackBuild')
-rwxr-xr-xsource/n/gnutls/gnutls.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/gnutls/gnutls.SlackBuild b/source/n/gnutls/gnutls.SlackBuild
index 2a87b9698..a1db02001 100755
--- a/source/n/gnutls/gnutls.SlackBuild
+++ b/source/n/gnutls/gnutls.SlackBuild
@@ -72,7 +72,7 @@ cd $TMP
rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1
-cd $PKGNAM-$VERSION || exit 1
+cd $PKGNAM-$VERSION || cd $(echo $PKGNAM-$VERSION | rev | cut -f2- -d . | rev) || exit 1
chown -R root:root .
find . \