summaryrefslogtreecommitdiff
path: root/packaging/RHEL-CTDB/makerpms.sh
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-09-09 17:56:03 +0200
committerMichael Adam <obnox@samba.org>2011-01-18 14:08:59 +0100
commitbf08669903ed39fc82d1ed9c51892b322f49d7d5 (patch)
tree215da27086543560c9a422f6f60963269377e6ad /packaging/RHEL-CTDB/makerpms.sh
parent5a77771543f7776f7aad77efc205b5a9fc0f72f0 (diff)
downloadsamba-bf08669903ed39fc82d1ed9c51892b322f49d7d5.tar.gz
samba-bf08669903ed39fc82d1ed9c51892b322f49d7d5.tar.bz2
samba-bf08669903ed39fc82d1ed9c51892b322f49d7d5.zip
packaging/RHEL-CTDB: do not use an external docs tarball but build the manpages
Diffstat (limited to 'packaging/RHEL-CTDB/makerpms.sh')
-rwxr-xr-xpackaging/RHEL-CTDB/makerpms.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/packaging/RHEL-CTDB/makerpms.sh b/packaging/RHEL-CTDB/makerpms.sh
index 8da9078f98..74d5f7b3d9 100755
--- a/packaging/RHEL-CTDB/makerpms.sh
+++ b/packaging/RHEL-CTDB/makerpms.sh
@@ -13,8 +13,6 @@
# Note: Under this directory rpm expects to find the same directories
# that are under the /usr/src/redhat directory.
-# Set DOCS_TARBALL to the path to a docs release tarball in .tar.bz2 format.
-
# extra options passed to rpmbuild
EXTRA_OPTIONS="$1"
@@ -27,7 +25,6 @@ DIRNAME=$(dirname $0)
TOPDIR=${DIRNAME}/../..
SPECFILE="samba.spec"
-DOCS="docs.tar.bz2"
RPMVER=`rpm --version | awk '{print $3}'`
RPM="rpmbuild"
@@ -74,10 +71,6 @@ fi
##
## copy additional source files
##
-if [ "x${DOCS_TARBALL}" != "x" ] && [ -f ${DOCS_TARBALL} ]; then
- cp ${DOCS_TARBALL} ${RPMSRCDIR}/${DOCS}
-fi
-
pushd ${DIRNAME}
chmod 755 setup/filter-requires-samba.sh