diff options
author | Michael Adam <obnox@samba.org> | 2009-02-10 23:10:23 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-02-11 00:29:15 +0100 |
commit | aa33bc134a85fd8748923fa011346be6fbe28242 (patch) | |
tree | df2e84d665fed5fc003e2d71feff8f6152e2b7b9 /packaging/bin/fill-templates | |
parent | 473c558937303226c1200ad01bad3920fc8a51f6 (diff) | |
download | samba-aa33bc134a85fd8748923fa011346be6fbe28242.tar.gz samba-aa33bc134a85fd8748923fa011346be6fbe28242.tar.xz samba-aa33bc134a85fd8748923fa011346be6fbe28242.zip |
packaging: fix source dir to source3 in fill-templates
Michael
Diffstat (limited to 'packaging/bin/fill-templates')
-rwxr-xr-x | packaging/bin/fill-templates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates index 222294137f6..8b75fddf95c 100755 --- a/packaging/bin/fill-templates +++ b/packaging/bin/fill-templates @@ -14,7 +14,7 @@ DIRNAME=$(dirname $0) TOPDIR=${DIRNAME}/../../ -SRCDIR=${TOPDIR}/source +SRCDIR=${TOPDIR}/source3 VERSION_H=${SRCDIR}/include/version.h pushd ${SRCDIR} |