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 e74020fb69..f7bfd88682 100755 --- a/packaging/bin/fill-templates +++ b/packaging/bin/fill-templates @@ -13,7 +13,7 @@ # License: GPL DIRNAME=$(dirname $0) -TOPDIR=${DIRNAME}/../../ +TOPDIR=${DIRNAME}/../.. SRCDIR=${TOPDIR}/source3 VERSION_H=${SRCDIR}/include/version.h |