svn path=/nixos/trunk/; revision=23998

This commit is contained in:
Eelco Dolstra 2010-09-30 13:53:30 +00:00
parent 02f2b1f640
commit ab8a6d43c4

View file

@ -282,7 +282,7 @@ in
mkdir -p ${cfg.baseDir}/work
chown ${cfg.user}:${cfg.group} ${cfg.baseDir}/work
${if cfg.axis2.enable == true then
${if cfg.axis2.enable then
''
# Copy the Axis2 web application
cp -av ${pkgs.axis2}/webapps/axis2 ${cfg.baseDir}/webapps