summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-06-27 14:11:23 +0200
committerMichael Adam <obnox@samba.org>2012-06-29 15:21:21 +0200
commit250ebe755064eaf534c0ebfd28fcf9052e30a523 (patch)
treea8e42473d4a88ab58a775d557d673133f78904ec /packaging
parent01863df25dda5a643dd3ed58b8c8150c61416384 (diff)
downloadsamba-250ebe755064eaf534c0ebfd28fcf9052e30a523.tar.gz
samba-250ebe755064eaf534c0ebfd28fcf9052e30a523.tar.xz
samba-250ebe755064eaf534c0ebfd28fcf9052e30a523.zip
packaging(RHEL-CTDB): make makespec.sh aware of new location of version.h
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RHEL-CTDB/makespec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/makespec.sh b/packaging/RHEL-CTDB/makespec.sh
index 946ce8ebf9..12074509fa 100755
--- a/packaging/RHEL-CTDB/makespec.sh
+++ b/packaging/RHEL-CTDB/makespec.sh
@@ -7,7 +7,7 @@
DIRNAME=$(dirname $0)
TOPDIR=${DIRNAME}/../..
SRCDIR=${TOPDIR}/source3
-VERSION_H=${SRCDIR}/include/version.h
+VERSION_H=${SRCDIR}/include/autoconf/version.h
SPECFILE=${DIRNAME}/samba.spec
##