Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3914c5a

Browse files
committed
Add another common SOURCE_HIGHLIGHT_DIR location
1 parent 18ae8f7 commit 3914c5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/asciidoc/bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ elif [[ -d "/usr/local/share/source-highlight" ]] ; then
5858
SOURCE_HIGHLIGHT_DIR="/usr/local/share/source-highlight"
5959
elif [[ -d "/usr/share/source-highlight" ]] ; then
6060
SOURCE_HIGHLIGHT_DIR="/usr/share/source-highlight"
61+
elif [[ -d "/opt/local/share/source-highlight" ]] ; then
62+
SOURCE_HIGHLIGHT_DIR="/opt/local/share/source-highlight"
6163
else
6264
echo "source-highlight directory not found. Provide one via \$SOURCE_HIGHLIGHT_DIR"
6365
exit

0 commit comments

Comments
 (0)