--- loncom/build/lpml_parse.pl 2001/11/05 02:57:21 1.14 +++ loncom/build/lpml_parse.pl 2001/11/07 16:53:52 1.16 @@ -340,6 +340,13 @@ sub format_lpml { print "\n".$invocation; $lpml .= "SHELL=\"/bin/bash\"\n\n"; } + elsif ($mode eq 'configinstall') { + print '# LPML configuration targets. Linux Packaging Markup Language,'; + print ' by Scott Harrison 2001'."\n"; + print '# This file was automatically generated on '.`date`; + print "\n".$invocation; + $lpml .= "SHELL=\"/bin/bash\"\n\n"; + } elsif ($mode eq 'build') { $lpml = "# LPML build targets. Linux Packaging Markup Language,"; $lpml .= ' by Scott Harrison 2001'."\n"; @@ -819,7 +826,7 @@ END 'You likely need to compare contents of '. ''.$targetroot.'/'.$target.' with the new '. ''.$targetroot.'/'.$target.'.lpmlnewconf"'. - ";) };\n\n"; + "); };\n\n"; } elsif ($mode eq 'build' && $build) { push @buildall,$sourceroot.'/'.$source;