[planet-web] Update theme location to match new Venus location



commit a7c436527832bda570d86309e6602f3b2d63ea6d
Author: Olav Vitters <olav vitters nl>
Date:   Thu Apr 7 10:57:18 2011 +0200

    Update theme location to match new Venus location

 themes/gnome-cl/config.ini |    2 +-
 update-planet              |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/gnome-cl/config.ini b/themes/gnome-cl/config.ini
index a042391..a93011a 100644
--- a/themes/gnome-cl/config.ini
+++ b/themes/gnome-cl/config.ini
@@ -15,7 +15,7 @@ template_files:
   foafroll.xml.xslt
 
 template_directories:
-  /home/users/jdub/bin/venus/themes/common
+  /var/cache/gnomeweb/venus/themes/common
 
 bill_of_materials:
 
diff --git a/update-planet b/update-planet
index 5ae70d4..7901586 100755
--- a/update-planet
+++ b/update-planet
@@ -19,8 +19,8 @@ else
 fi
 
 # Checkout Venus (planetplanet) if we do not have it
-if [ ! -f /var/cache/gnomeweb/venus ]; then
-	pushd /var/cache/gnomeweb
+if [ ! -d /var/cache/gnomeweb/venus ]; then
+	pushd /var/cache/gnomeweb > /dev/null
 	git clone https://github.com/rubys/venus
 	popd > /dev/null
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]