From b3267712f89f2f4c7a57f4ca9e89cbf0b897d152 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 7 Dec 2009 16:06:29 +0100 Subject: create-tarball: Readd RFCs (fixes the merged build). See http://lists.samba.org/archive/samba-technical/2009-December/068235.html for more information. Karolin (cherry picked from commit 08b692828ed6a9929dc6098fabc8aa47a0e32f93) --- release-scripts/create-tarball | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'release-scripts') diff --git a/release-scripts/create-tarball b/release-scripts/create-tarball index 26a72709313..bda5430a192 100755 --- a/release-scripts/create-tarball +++ b/release-scripts/create-tarball @@ -213,10 +213,10 @@ function main # Remove RFCs as they are non-free content (with a strict interpretation of # the DFSG) - if [ -d source4 ]; then - echo "Removing RFCs" - find source4/ -name "rfc*.txt" -exec rm -f {} \; - fi + #if [ -d source4 ]; then + # echo "Removing RFCs" + # find source4/ -name "rfc*.txt" -exec rm -f {} \; + #fi packaging/bin/update-pkginfo ${version} 1 "" -- cgit v1.2.1