From 76265da1b6742c242e9c2bad9478371eb243d622 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 a30d1a462e..4364e4fc63 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/lib/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/lib/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...] -- 2.39.5