From c00061f665b58a3ce5aa118ed6b3e4b9b4cdcc79 Mon Sep 17 00:00:00 2001 From: kados Date: Fri, 31 Mar 2006 18:43:35 +0000 Subject: [PATCH] minor adjustment to one of the symlinks --- misc/sync_koha_plugin.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/sync_koha_plugin.pl b/misc/sync_koha_plugin.pl index 6108a29815..9f46e3d7b4 100755 --- a/misc/sync_koha_plugin.pl +++ b/misc/sync_koha_plugin.pl @@ -125,8 +125,8 @@ system( system( 'ln', '-s', - $opt{rel_2_2_dir}.'/acqui.simple', - $opt{rel_2_2_dir}.'/cataloguing' + $opt{rel_2_2_dir}.'/koha-tmpl/intranet-tmpl/npl/en/acqui.simple', + $opt{rel_2_2_dir}.'/koha-tmpl/intranet-tmpl/npl/en/cataloguing' ); print "Finished\n\nRemember, you still need to: -- 2.39.2