From 3bf600af43fc79c81916297d8fcf420e2949bfe8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Sun, 24 Mar 2013 18:31:29 -0300 Subject: [PATCH] Bug 9502 - Wrong destination in cp command (INSTALL.opensuse!) As noted on the bug by Marcel, the patch fails to acknowledge the path change properly in the INSTALL.opensuse file. This patch fixes that documentation error, if anyone is willing to apply it. Regards To+ PS: The original patch has been applied already or fixed by another patch. Signed-off-by: Chris Cormack --- INSTALL.opensuse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.opensuse b/INSTALL.opensuse index 615e9a7..4364e4f 100644 --- a/INSTALL.opensuse +++ b/INSTALL.opensuse @@ -1129,10 +1129,10 @@ Password changed. == Run make test == |-------------------- myhost:~/Koha # make test -cp koha-tmpl/opac-tmpl/prog/famfamfam/silk/error_go.png blib/OPAC_TMPL_DIR/prog/famfamfam/silk/error_go.png +cp koha-tmpl/opac-tmpl/lib/famfamfam/silk/error_go.png blib/OPAC_TMPL_DIR/lib/famfamfam/silk/error_go.png cp opac/opac-changelanguage.pl blib/OPAC_CGI_DIR/opac/opac-changelanguage.pl cp koha-tmpl/intranet-tmpl/prog/img/itemtypeimg/liblime-kids/card.gif blib/INTRANET_TMPL_DIR/prog/img/itemtypeimg/liblime-kids/card.gif -cp koha-tmpl/opac-tmpl/prog/famfamfam/mini/note.gif blib/OPAC_TMPL_DIR/prog/famfamfam/mini/note.gif +cp koha-tmpl/opac-tmpl/lib/famfamfam/mini/note.gif blib/OPAC_TMPL_DIR/lib/famfamfam/mini/note.gif [many more lines beginning with "cp" should appear...] -- 1.7.10.4