changeset 104:1590d99883fd

"cp -r" instead of "ln -s"
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 04 Aug 2015 06:32:26 +0900
parents 086e8239b0b2
children 66d258206fc9
files s4-start.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-start.sh	Tue Aug 04 06:28:25 2015 +0900
+++ b/s4-start.sh	Tue Aug 04 06:32:26 2015 +0900
@@ -75,7 +75,7 @@
   rm -rf templ/*
 fi
 mkdir templ
-if (cd templ && ln -s ../examples/$TYPE/* .); then
+if (cd templ && cp -r ../examples/$TYPE/* .); then
   if ./s4-init.sh; then
     cat<<EOF
 -------- The s4 System Successfully Installed --------

yatex.org