[Koha-bugs] [Bug 2474] New: Configuration files not updated after first "make"

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Aug 5 23:20:32 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2474

           Summary: Configuration files not updated after first "make"
           Product: Koha
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Installation (command-line installer)
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: ctf at liblime.com
         QAContact: koha-bugs at lists.koha.org


Makefile does not recognize need to regenerate configuration files when conf
parameters have changed.

Steps to reproduce:
1) Run "perl Makefile.PL", select a "dev" install, and fill in
"/home/asdf/koha-dev" for the install directory.
2) Complete install, running "make" and "make install".
3) Re-run "perl Makefile.PL", this time specifying "/home/asdf/koha-pro" as the
the install dir.
4) Complete install, running "make" and "make install".
5) Examine contents of /home/asdf/koha-pro/etc/koha-conf.xml and note the the
base directory specified for all variables is "/home/asdf/koha-dev". Other conf
files are also affected.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list