From f7cdfab2d86ac4da33d787d0aae63e924771c0fb Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 4 Apr 2003 11:44:57 +0000 Subject: [PATCH] small fix to copy index.html for opac & intranet to the right place --- misc/buildrelease | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/buildrelease b/misc/buildrelease index 61c1b667fb..9716955c82 100644 --- a/misc/buildrelease +++ b/misc/buildrelease @@ -322,8 +322,8 @@ system("find $rootdir/intranet-cgi -name '*.pl' -exec chmod a+x \\{\\} \\;"); system('cp', '-a', "$rootdir/intranet-cgi/koha-tmpl/opac-tmpl", "$rootdir/opac-html"); system('cp', '-a', "$rootdir/intranet-cgi/koha-tmpl/intranet-tmpl", "$rootdir/intranet-html"); #copy index files (they are just redirections to main.pl) -system("cp $rootdir/intranet-cgi/koha-tmpl/opac.html","$rootdir/opac-html/index.html"); -system("cp $rootdir/intranet-cgi/koha-tmpl/intranet.html","$rootdir/intranet-html/index.html"); +system("cp $rootdir/intranet-cgi/koha-tmpl/opac.html $rootdir/opac-html/index.html"); +system("cp $rootdir/intranet-cgi/koha-tmpl/intranet.html $rootdir/intranet-html/index.html"); system('rm', '-rf', "$rootdir/intranet-cgi/koha-tmpl"); # Remove extraneous files from opac-html -- 2.39.5