cp -a changed to cp -R for solaris compat
This commit is contained in:
parent
491b3fac36
commit
4bea8a9ae7
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ mkdir ~/.gitolite
|
||||||
mkdir ~/.gitolite/{src,conf,doc,keydir}
|
mkdir ~/.gitolite/{src,conf,doc,keydir}
|
||||||
|
|
||||||
# copy conf, src, doc
|
# copy conf, src, doc
|
||||||
cp -a src doc conf ~/.gitolite
|
cp -R src doc conf ~/.gitolite
|
||||||
cp conf/example.conf ~/.gitolite/conf/gitolite.conf
|
cp conf/example.conf ~/.gitolite/conf/gitolite.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue