From aa33bc134a85fd8748923fa011346be6fbe28242 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 10 Feb 2009 23:10:23 +0100 Subject: packaging: fix source dir to source3 in fill-templates Michael --- packaging/bin/fill-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/bin') 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} -- cgit