diff options
Diffstat (limited to 'packaging')
-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 222294137f..8b75fddf95 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} |