Fix build of Samba4 from tarball generated by mkrelease.sh
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Dec 2009 03:43:55 +0000 (14:43 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 1 Dec 2009 03:43:55 +0000 (14:43 +1100)
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

source4/script/mkrelease.sh

index 69ddaa213ec8acf1df1f725d0728fe0ee7a788f0..303dfe6d953e9e568976e90136024d494972ffe2 100755 (executable)
@@ -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