koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/misc sync_koha_plugin.pl


From: Joshua Ferraro
Subject: [Koha-cvs] koha/misc sync_koha_plugin.pl
Date: Fri, 31 Mar 2006 18:43:35 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Joshua Ferraro <address@hidden> 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:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]