From 6a111a7471a74913e562c9cb69f00ce295e3b04d Mon Sep 17 00:00:00 2001 From: kados Date: Fri, 31 Mar 2006 22:25:58 +0000 Subject: [PATCH] add symlink collection.abs -> record.abs --- misc/sync_koha_plugin.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/misc/sync_koha_plugin.pl b/misc/sync_koha_plugin.pl index 9f46e3d7b4..d1eb55fe85 100755 --- a/misc/sync_koha_plugin.pl +++ b/misc/sync_koha_plugin.pl @@ -129,6 +129,15 @@ system( $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 -- 2.39.2