diff options
Diffstat (limited to 'modules/buildsystem/templates/maintdb')
-rwxr-xr-x | modules/buildsystem/templates/maintdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/maintdb b/modules/buildsystem/templates/maintdb index 7d504b77..f1f0cedc 100755 --- a/modules/buildsystem/templates/maintdb +++ b/modules/buildsystem/templates/maintdb @@ -1,6 +1,6 @@ #!/bin/sh -MAINTDBDIR=/tmp/maintdb +MAINTDBDIR="<%= $maintdb_dbdir %>" function checkname() { |