diff options
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 |
commit | 11966a193b9a734b543db5822e349a3bacfb1d75 (patch) | |
tree | d3d9e409d498043eac98beacd84eddb8828d6a04 /system | |
parent | 10ecd1806a553abad102c89888ff0ded47411ee3 (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kapacitor/kapacitor.SlackBuild b/system/kapacitor/kapacitor.SlackBuild index f8ef08cf82fc4..2a9d276b464cb 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 \ |