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@liblime.com ReportedBy: ctf@liblime.com QAContact: koha-bugs@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.