s/// out gunk that breaks mako from xend-config.sxp
[invirt/packages/invirt-xen-config.git] / debian / transform_xend-config.sxp.invirt.mako
index cd0a632..45c0d1e 100755 (executable)
@@ -20,4 +20,5 @@ EOF
 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
 s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
 s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
+s/\$(\{XEN_CONFIG_DIR\})/$1/m or die;
 print;
 print;