diff inkscape/firefox/MBServer.py @ 339:63aaf96209cd

* Move location of files so that we can produce XPI file from them. * Add the produce to compile the inkscape for madbutterfly * Add makefile to produce inkscape and madbuilder.xpi
author wycc
date Sun, 08 Mar 2009 10:05:22 +0800
parents d5327265da1e
children 7d244a85dd68
line wrap: on
line diff
--- a/inkscape/firefox/MBServer.py	Sat Mar 07 14:25:20 2009 +0800
+++ b/inkscape/firefox/MBServer.py	Sun Mar 08 10:05:22 2009 +0800
@@ -476,7 +476,7 @@
 		except:
 			return traceback.format_exc()
 import os
-os.chdir('/usr/share/inkscape/extensions')
+os.chdir('/usr/local/share/inkscape/extensions')
 
 A = MBScene()
 A.affect()