diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-06 10:40:35 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-07 11:28:16 -0600 |
commit | 343fd1b63101b986f557bd4e014d93afb1290913 (patch) | |
tree | 1099e6136bed8902ea403bbc87ab181d97d29a80 /graphics/graphviz/graphviz.ini | |
parent | 0258b6bf96505218ff029ee276e0a889d2d4dc7b (diff) |
graphics/graphviz: Fixed handling of LIBDIRSUFFIX in graphviz.ini.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/graphviz/graphviz.ini')
-rw-r--r-- | graphics/graphviz/graphviz.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/graphviz.ini b/graphics/graphviz/graphviz.ini index 6561f2101049..86c17067c579 100644 --- a/graphics/graphviz/graphviz.ini +++ b/graphics/graphviz/graphviz.ini @@ -8,5 +8,5 @@ ; In case you still prefer to use the wrapper class you have to ; include it using its absolute path: ; <?php -; include ('/usr/lib/graphviz/php/gv.php'); +; include ('/usr/lib@LIBDIRSUFFIX@/graphviz/php/gv.php'); ; ?> |