fix(man-db)

closes #5811
This commit is contained in:
Jacob Heider 2024-04-05 12:52:53 -04:00 committed by Jacob Heider
parent 62494914a1
commit becaea137d

View file

@ -37,6 +37,13 @@ build:
ln -s ../libexec/bin/lexgrog lexgrog
ln -s ../libexec/bin/man-recode man-recode
working-directory: '{{prefix}}/bin'
- run: |
if test -d man-db; then
mv man-db/* .
rmdir man-db
ln -s . man-db
fi
working-directory: '{{prefix}}/lib'
env:
CONFIGURE_ARGS:
- --disable-debug