From 1df7a03875c1d29448a51e647d2406ea9bdbbce8 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Sat, 3 Dec 2011 21:38:25 +0330 Subject: [PATCH] missing directories created --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f8c6408..c0c4e8b 100755 --- a/install.sh +++ b/install.sh @@ -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