packaging: add a comment explaining EXTRA_OPTIONS to the makerpms script
authorMichael Adam <obnox@samba.org>
Thu, 15 May 2008 22:19:59 +0000 (00:19 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 16 May 2008 01:15:23 +0000 (03:15 +0200)
Michael
(cherry picked from commit 0defc2c60f2ca469d7538c60b7638150c67feb33)
(This used to be commit bccf4da9895afc560ac59ac7ee923b4c5d940d09)

packaging/RHEL-CTDB/makerpms.sh

index c6e85014fd0d7a37739af8e9a628868933da09d3..c6192a1c809532f6b26bd6043912ad119f966e45 100755 (executable)
@@ -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`