[Koha-bugs] [Bug 13772] New: koha-translate still looks for ccsr and prog OPAC themes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 2 11:30:41 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13772

            Bug ID: 13772
           Summary: koha-translate still looks for ccsr and prog OPAC
                    themes
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Packaging
          Assignee: magnus at enger.priv.no
          Reporter: magnus at enger.priv.no
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

If you run e.g. "koha-translate -u nb-NO" you get some warnings about missing
directories:

$ sudo koha-translate -u nb-NO
/usr/share/koha/opac/htdocs/opac-tmpl/ccsr/en/: Input must be a directory.
(Symbolic links are not supported at the moment)
Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more
information.
/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory.
(Symbolic links are not supported at the moment)
Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more
information.

This is caused by the following lines in koha-create:

rm -rf $KOHA_INSTALL_DIR/opac/htdocs/opac-tmpl/prog/$lang
rm -rf $KOHA_INSTALL_DIR/opac/htdocs/opac-tmpl/ccsr/$lang
rm -rf $KOHA_INSTALL_DIR/opac/htdocs/opac-tmpl/bootstrap/$lang
rm -rf $KOHA_INSTALL_DIR/intranet/htdocs/intranet-tmpl/prog/$lang

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list