comix (4.0.4-1) direct (non packaging) changes

Summary

 install.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- comix-4.0.4.orig/install.py
+++ comix-4.0.4/install.py
@@ -294,7 +294,7 @@
 # Install Comix.
 # ---------------------------------------------------------------------------
 if args == ['install']:
-    check_dependencies()
+#    check_dependencies()
     print 'Installing Comix to', install_dir, '...\n'
     if not os.access(install_dir, os.W_OK):
         print 'You do not have write permissions to', install_dir