diff options
Diffstat (limited to 'office/SOGo/SOGo.SlackBuild')
-rw-r--r-- | office/SOGo/SOGo.SlackBuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/office/SOGo/SOGo.SlackBuild b/office/SOGo/SOGo.SlackBuild index fe87ab6f58bd3..5759a441a61fb 100644 --- a/office/SOGo/SOGo.SlackBuild +++ b/office/SOGo/SOGo.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=SOGo VERSION=${VERSION:-4.0.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -135,6 +135,14 @@ cp -a \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +if [ "${INSTALL_DOCS:-no}" != "no" ]; then + cp -a \ + $CWD/SOGoInstallationGuide.pdf \ + $CWD/SOGoMozillaThunderbirdConfigurationGuide.pdf \ + $CWD/SOGoOutlookConnectorConfigurationGuide.pdf \ + $PKG/usr/doc/$PRGNAM-$VERSION +fi + # Install backup script cat Scripts/sogo-backup.sh > $PKG/usr/doc/$PRGNAM-$VERSION/sogo-backup.sh chmod +x $PKG/usr/doc/$PRGNAM-$VERSION/sogo-backup.sh |