[Lunar-commits] <moonbase> graphviz: add "dot -c" to BUILD
Duncan Gibson
engelsman at lunar-linux.org
Sun Nov 15 15:27:38 CET 2009
commit 569e5d68713dd6a85b7bb1de985add6033847138
Author: Christian Riggenbach <criggenbach at magahugu.net>
Date: Sun Nov 15 15:27:38 2009 +0100
graphviz: add "dot -c" to BUILD
Dot needs some basic configuration files, which are created by "dot -c".
I added this command to BUILD, otherways it doesn't work on my system.
Note: the resulting /usr/lib/graphviz/config6 file isn't tracked
by the lunar tools, so won't be removed by lrm. It will also
be overwritten by the next "lin graphviz". The "dot -c" could
also be in POST_INSTALL, but the results are the same - engelsman
---
graphics/graphviz/BUILD | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/graphics/graphviz/BUILD b/graphics/graphviz/BUILD
index 2c1e538..7788905 100644
--- a/graphics/graphviz/BUILD
+++ b/graphics/graphviz/BUILD
@@ -18,4 +18,7 @@
default_build
+ # create the default config-files
+ dot -c
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list