diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-05-20 15:11:00 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-26 06:59:30 +0700 |
commit | 8a643658f71b5499908fa42e6ce6f89424ece909 (patch) | |
tree | f3932efd99de904808d8053ab216d9bdc000aaee /network/prosody-mod-csi/prosody-mod-csi.SlackBuild | |
parent | bd1493ea77eba4a10b8f7b272fdde4801fba1fbb (diff) |
network/prosody-mod-csi: Fixed MD5SUM.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'network/prosody-mod-csi/prosody-mod-csi.SlackBuild')
-rw-r--r-- | network/prosody-mod-csi/prosody-mod-csi.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/prosody-mod-csi/prosody-mod-csi.SlackBuild b/network/prosody-mod-csi/prosody-mod-csi.SlackBuild index 89aacd45d27c7..76574675f6911 100644 --- a/network/prosody-mod-csi/prosody-mod-csi.SlackBuild +++ b/network/prosody-mod-csi/prosody-mod-csi.SlackBuild @@ -57,9 +57,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf prosody-modules-$REVISION -tar xvf $CWD/prosody-modules-$REVISION.tar.gz || tar xvf $CWD/$REVISION.tar.gz -cd prosody-modules-$REVISION +rm -rf Community-Modules-$REVISION +tar xvf $CWD/Community-Modules-$REVISION.tar.gz || tar xvf $CWD/$REVISION.tar.gz +cd Community-Modules-$REVISION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |