[Koha-cvs] koha/misc sync_koha_plugin.pl

Joshua Ferraro jmf at kados.org
Fri Mar 31 20:43:35 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/31 18:43:35

Modified files:
	misc           : sync_koha_plugin.pl 

Log message:
	minor adjustment to one of the symlinks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/sync_koha_plugin.pl.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: koha/misc/sync_koha_plugin.pl
diff -u koha/misc/sync_koha_plugin.pl:1.1 koha/misc/sync_koha_plugin.pl:1.2
--- koha/misc/sync_koha_plugin.pl:1.1	Fri Mar 31 18:42:10 2006
+++ koha/misc/sync_koha_plugin.pl	Fri Mar 31 18:43:35 2006
@@ -125,8 +125,8 @@
 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:





More information about the Koha-cvs mailing list