1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

Fix build of Samba4 from tarball generated by mkrelease.sh

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

This reverts commit eda7f35bc891ca4a7505ec054a2b4591c6edfb38.

These files are essential to the Samba4 build.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2009-12-01 14:43:55 +11:00
parent 5c2db53358
commit ca2c645156

View File

@ -11,9 +11,6 @@ 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