diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-02-03 06:10:07 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-03 06:10:07 -0600 |
commit | 1ab5855ce53426e62998d534d113ff888e5c4a1d (patch) | |
tree | 0074a75e230c756afbc2c51bd3bc1cf50877a550 /graphics/graphviz/doinst.sh | |
parent | f0a28759c180dd0e967f516bdf915486dff0db6c (diff) | |
download | slackbuilds-1ab5855ce53426e62998d534d113ff888e5c4a1d.tar.gz |
graphics/graphviz: Fixed handling of $libdir/graphviz/config6
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/graphviz/doinst.sh')
-rw-r--r-- | graphics/graphviz/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/doinst.sh b/graphics/graphviz/doinst.sh index 0a705bcd57..24af708a0e 100644 --- a/graphics/graphviz/doinst.sh +++ b/graphics/graphviz/doinst.sh @@ -1,3 +1,3 @@ -# Configure plugins (writes $prefix/lib/graphviz/config with available plugin -# information) +# Configure plugins +# (writes /usr/lib*/graphviz/config6 with available plugin information) chroot . /usr/bin/dot -c |