diff s4-start.sh @ 104:1590d99883fd

"cp -r" instead of "ln -s"
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 04 Aug 2015 06:32:26 +0900
parents 67b55dcf6fcb
children 8a88212a1ee3
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