diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 98056a332..27b5a0b9c 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -42,7 +42,7 @@ # # XSL Stylesheet to use for XML->HTML conversion # -STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl +STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/current/xhtml/docbook.xsl # # Directory where the build log will be placed. The log has the name # shorewall_build_.log @@ -202,7 +202,7 @@ esac VERSION=$1 LOGFILE=$LOGDIR/shorewall_build_${VERSION}.log # location and options for GnuPG -GPG="/usr/bin/gpg -ab --no-use-agent --comment 'To verify this, you can download our public key at https://lists.shorewall.net/shorewall.gpg.key'" +GPG="/usr/bin/gpg -ab --comment 'To verify this, you can download our public key at https://lists.shorewall.net/shorewall.gpg.key'" touch $LOGFILE progress_message "Build of Shorewall $VERSION on $(date)" @@ -294,6 +294,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then if [ -n "$HASLITE" ]; then progress_message "Exporting $LITESVNBRANCH from SVN..." do_or_die "svn export --non-interactive --force https://svn.sourceforge.net/svnroot/shorewall/$LITESVNBRANCH $SHOREWALLLITEDIR >> $LOGFILE 2>&1" + do_or_die "cp $SHOREWALLDIR/functions $SHOREWALLDIR/modules $SHOREWALLDIR/modules $SHOREWALLLITEDIR >> $LOGFILE 2>&1" fi fgrep VERSION=$VERSION $SHOREWALLDIR/install.sh > /dev/null 2>&1 || fatal_error "install.sh has wrong version"