From: Michael Adam Date: Thu, 15 May 2008 22:19:59 +0000 (+0200) Subject: packaging: add a comment explaining EXTRA_OPTIONS to the makerpms script X-Git-Tag: samba-3.3.0pre1~1222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bccf4da9895afc560ac59ac7ee923b4c5d940d09;p=thirdparty%2Fsamba.git packaging: add a comment explaining EXTRA_OPTIONS to the makerpms script Michael (cherry picked from commit 0defc2c60f2ca469d7538c60b7638150c67feb33) --- diff --git a/packaging/RHEL-CTDB/makerpms.sh b/packaging/RHEL-CTDB/makerpms.sh index c6e85014fd0..c6192a1c809 100755 --- a/packaging/RHEL-CTDB/makerpms.sh +++ b/packaging/RHEL-CTDB/makerpms.sh @@ -12,6 +12,8 @@ # # set DOCS_DIR to the path to a release tarball docs dir in order to get docs + +# extra options passed to rpmbuild EXTRA_OPTIONS="$1" SPECDIR=`rpm --eval %_specdir`