summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-12-01 14:43:55 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-12-01 14:43:55 +1100
commitca2c645156a288ca35c5120e95bb9a878a889848 (patch)
treeec3c89bc178ecbac31ee76f5f927f06295f64fb6 /source4/script
parent5c2db53358ac4769833c2b14c69a8a6e9f91d649 (diff)
downloadsamba-ca2c645156a288ca35c5120e95bb9a878a889848.tar.gz
samba-ca2c645156a288ca35c5120e95bb9a878a889848.tar.bz2
samba-ca2c645156a288ca35c5120e95bb9a878a889848.zip
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
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/mkrelease.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/script/mkrelease.sh b/source4/script/mkrelease.sh
index 69ddaa213e..303dfe6d95 100755
--- a/source4/script/mkrelease.sh
+++ b/source4/script/mkrelease.sh
@@ -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