[Koha-cvs] koha/misc sync_koha_plugin.pl

Joshua Ferraro jmf at kados.org
Sat Apr 1 00:25:58 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/31 22:25:58

Modified files:
	misc           : sync_koha_plugin.pl 

Log message:
	add symlink collection.abs -> record.abs

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

Patches:
Index: koha/misc/sync_koha_plugin.pl
diff -u koha/misc/sync_koha_plugin.pl:1.2 koha/misc/sync_koha_plugin.pl:1.3
--- koha/misc/sync_koha_plugin.pl:1.2	Fri Mar 31 18:43:35 2006
+++ koha/misc/sync_koha_plugin.pl	Fri Mar 31 22:25:58 2006
@@ -129,6 +129,15 @@
     $opt{rel_2_2_dir}.'/koha-tmpl/intranet-tmpl/npl/en/cataloguing'
 );
 
+## Add the 'record.abs' symlink
+system(
+    'ln',
+    '-s',
+    $opt{head_dir}.'/misc/zebra/usmarc/collection.abs',
+    $opt{head_dir}.'/misc/zebra/usmarc/record.abs'
+);
+
+
 print "Finished\n\nRemember, you still need to:
 
 1. Edit moredetail.tmpl and detail.tmpl to allow for deletions





More information about the Koha-cvs mailing list