summaryrefslogtreecommitdiff
blob: 0b8143f29cfd5de2dcb513d2da5d1b9d2a853f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/docs/manual/find-xxdate
+++ b/docs/manual/find-xxdate
@@ -9,7 +9,7 @@
 # Otherwise, a warning is printed on stderr and the script returns 1
 
 file=xxdate.exe
-directories="$(opam var hevea:lib) /usr/lib64/hevea /usr/share/hevea /usr/local/lib/hevea /opt/local/share/hevea"
+directories="/usr/lib/hevea /usr/lib64/hevea /usr/share/hevea /usr/local/lib/hevea /opt/local/share/hevea"
 
 for dir in ${directories}; do
   fullpath=${dir}/${file};