diff options
author | Gregor Beck <gbeck@sernet.de> | 2012-06-27 14:11:23 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-29 15:21:21 +0200 |
commit | 250ebe755064eaf534c0ebfd28fcf9052e30a523 (patch) | |
tree | a8e42473d4a88ab58a775d557d673133f78904ec /packaging/RHEL-CTDB | |
parent | 01863df25dda5a643dd3ed58b8c8150c61416384 (diff) | |
download | samba-250ebe755064eaf534c0ebfd28fcf9052e30a523.tar.gz |
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/RHEL-CTDB')
-rwxr-xr-x | packaging/RHEL-CTDB/makespec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/makespec.sh b/packaging/RHEL-CTDB/makespec.sh index 946ce8ebf98..12074509fac 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 ## |