[SCM] live-studio branch, master, updated. 5a5b4bae13d702e39cdcf8377dd024eef15c4b90

Chris Lamb lamby at debian.org
Fri Jul 30 23:13:51 UTC 2010


The following commit has been merged in the master branch:
commit 5a5b4bae13d702e39cdcf8377dd024eef15c4b90
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 19:12:02 2010 -0400

    Specify 'full' path on the live site due to some funny import issue.

diff --git a/debian/rules b/debian/rules
index dad8869..4c0d203 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,6 @@
 
 override_dh_auto_install:
 	# Ensure the built packages are in the "live" role.
-	echo 'from roles.live import *' > build/lib/live_studio/settings/role.py
+	echo 'from live_studio.roles.live import *' > build/lib/live_studio/settings/role.py
 	
 	dh_auto_install

-- 
live-studio



More information about the debian-live-changes mailing list