aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-07-12 10:24:46 +0000
committerNicolas Vigier <boklm@mageia.org>2011-07-12 10:24:46 +0000
commit0dba4f23c7d10e51f92d7fec8784a6518541af08 (patch)
tree01a3fcfb2fabf02e7ed6b358321f2c6ed3d53f42
parent61b6bf56effa2a764a898b1284620b070861e987 (diff)
downloadpuppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar
puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar.gz
puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar.bz2
puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.tar.xz
puppet-0dba4f23c7d10e51f92d7fec8784a6518541af08.zip
fix use of maintdb_dbdir puppet variable
-rwxr-xr-xmodules/buildsystem/templates/maintdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/maintdb b/modules/buildsystem/templates/maintdb
index f1f0cedc..b109e79b 100755
--- a/modules/buildsystem/templates/maintdb
+++ b/modules/buildsystem/templates/maintdb
@@ -1,6 +1,6 @@
#!/bin/sh
-MAINTDBDIR="<%= $maintdb_dbdir %>"
+MAINTDBDIR="<%= maintdb_dbdir %>"
function checkname()
{