From 4ea7a06885f86a4df69b2089ff50dca7ae0242e8 Mon Sep 17 00:00:00 2001
From: alvaro <alvaro@alia.(none)>
Date: Wed, 29 Feb 2012 16:10:42 -0800
Subject: [PATCH] Final

---
 install.sh    | 1 +
 utils/install | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index 4ec43e95..cae4d2a9 100755
--- a/install.sh
+++ b/install.sh
@@ -120,6 +120,7 @@ cat $root_htaccess >> $parent_htaccess
 echo "RewriteRule ^(.+)\$ $1/index.php?q=\$1 [L]" >> $parent_htaccess
 mkdir cache
 
+
 echo
 echo "                                      *** ATTENTION ***"
 echo
diff --git a/utils/install b/utils/install
index d07f57de..1b506c62 100644
--- a/utils/install
+++ b/utils/install
@@ -3,7 +3,6 @@
 # Author: Alvaro Graves (alvaro@graves.cl)
 # Modified by: Tim Lebo (lebot@rpi.edu)
 
-lodspeakr_dir="lodspeakr"
 lodspeakr_repository="git://github.com/alangrafu/lodspeakr.git"
 home=`basename $lodspeakr_repository | sed 's/.git//'`
 
@@ -18,7 +17,7 @@ fi
 if [ ! -e "$home" ]; then
    $GIT clone $lodspeakr_repository
    cd $home
-   ./install.sh $lodspeakr_dir
+   ./install.sh $home
  else
    echo "There is already an existing directory called '$home'. Installation cancelled. Remove it first and try again."
 fi
-- 
GitLab