From 8731a25dd183fcc7a764db2b9c810135dd07ee88 Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 15 Mar 2009 18:21:52 +0000 Subject: [PATCH] Let's preserve the symbolic links, as page names count :) git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@183 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/patch_conifer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/patch_conifer.sh b/tools/patch_conifer.sh index a8db92bd78..f6abf80c1d 100644 --- a/tools/patch_conifer.sh +++ b/tools/patch_conifer.sh @@ -56,7 +56,8 @@ copy_opac_skins() # We probably need to munge the links to point to default_test for rdetail.js (possibly others?) for skin in $SKINS do - cp -r "$CANONICAL_EXPORT_DIR"/Open-ILS/web/opac/skin/default "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test + rm -fr "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test + cp -dr "$CANONICAL_EXPORT_DIR"/Open-ILS/web/opac/skin/default "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test cp -r "$LOCAL_EXPORT_DIR"/web/opac/skin/"$skin"/* "$INSTALL_DIR"/var/web/opac/skin/"$skin"_test/. for munge_file in 'page_rdetail.xml' do -- 2.11.0