summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2024-04-12 21:19:43 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-13 22:03:40 +0700
commit11966a193b9a734b543db5822e349a3bacfb1d75 (patch)
treed3d9e409d498043eac98beacd84eddb8828d6a04 /system
parent10ecd1806a553abad102c89888ff0ded47411ee3 (diff)
downloadslackbuilds-11966a193b9a734b543db5822e349a3bacfb1d75.tar.gz
slackbuilds-11966a193b9a734b543db5822e349a3bacfb1d75.tar.xz
system/kapacitor: Fix tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/kapacitor/kapacitor.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kapacitor/kapacitor.SlackBuild b/system/kapacitor/kapacitor.SlackBuild
index f8ef08cf82..2a9d276b46 100644
--- a/system/kapacitor/kapacitor.SlackBuild
+++ b/system/kapacitor/kapacitor.SlackBuild
@@ -81,7 +81,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-${VERSION}-1
tar xvf $CWD/$PRGNAM-${VERSION}_linux_${PKG_ARCH}.tar.gz
-cd $PRGNAM-v${VERSION}-1
+cd $PRGNAM-${VERSION}-1
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \