summaryrefslogtreecommitdiffstats
path: root/business/beancount/beancount_web_fix.diff
diff options
context:
space:
mode:
author Lionel Young2010-09-17 10:36:30 +0200
committer Robby Workman2010-09-22 05:09:37 +0200
commitbdd31d857bae8b7d087079cc8ad1f925f91ddb92 (patch)
tree812b601885bf1cb14ab0686c36efa1bc3190c43d /business/beancount/beancount_web_fix.diff
parenta8204879991f17470a905286f8da4cba456715c3 (diff)
downloadslackbuilds-bdd31d857bae8b7d087079cc8ad1f925f91ddb92.tar.gz
business/beancount: Added (command-line double-entry accounting)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'business/beancount/beancount_web_fix.diff')
-rw-r--r--business/beancount/beancount_web_fix.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/business/beancount/beancount_web_fix.diff b/business/beancount/beancount_web_fix.diff
new file mode 100644
index 0000000000..1388de5836
--- /dev/null
+++ b/business/beancount/beancount_web_fix.diff
@@ -0,0 +1,14 @@
+Patch to allow bean-web to find stylesheet and images without requiring them to be in
+the local directory.
+
+diff -Nur beancount-1.0.orig/setup.py beancount-1.0/setup.py > beancount_web_fix.diff
+--- beancount-1.0.orig/setup.py 2009-03-31 13:40:55.000000000 -0700
++++ beancount-1.0/setup.py 2010-09-12 14:54:36.521745100 -0700
+@@ -63,6 +63,7 @@
+ 'beancount.fallback',
+ 'beancount.fallback.elementtree',
+ ],
++ package_data = {'beancount.web': ['*jpg', '*png', 'robots.txt', 'treetable.js', 'style.css']},
+ scripts=scripts
+ )
+