1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Remove RFC's from the release tarballs to make the lives of the Debian

maintainers of Samba4 a bit easier.
This commit is contained in:
Jelmer Vernooij 2009-07-30 12:29:21 +02:00
parent c9803ee26a
commit eda7f35bc8

View File

@ -11,6 +11,9 @@ OUTDIR=`mktemp -d samba-XXXXX`
echo SAMBA_VERSION_IS_GIT_SNAPSHOT=no >> $OUTDIR/source4/VERSION
rm -f $OUTDIR/source4/ldap_server/devdocs/rfc????.txt \
$OUTDIR/source4/heimdal/lib/wind/rfc????.txt
#Prepare the tarball for a Samba4 release, with some generated files,
#but without Samba3 stuff (to avoid confusion)
( cd $OUTDIR/ || exit 1