missing directories created

This commit is contained in:
Sameer Rahmani 2011-12-03 21:38:25 +03:30
parent e284af314f
commit 1df7a03875
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ addr=$(echo "$addr" |sed "s,\~,$HOME,mg")
echo "Copying files . . . "
cp conf/emacs.d/* ~/.emacs.d -r
mkdir -p $addr
mkdir -p $HOME/.tmp
cp conf/bin/pyemacs.sh $addr/ -r
chmod u+x $addr/pyemacs.sh