diff --git a/system/base/man-db/actions.py b/system/base/man-db/actions.py index ee140f2a..e2c4da33 100644 --- a/system/base/man-db/actions.py +++ b/system/base/man-db/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get def setup(): autotools.configure("--disable-setuid \ --disable-rpath \ - --with-sections=\"1 1p 8 2 3 3p 4 5 6 7 9 0p n l p o 1x 2x 3x 4x 5x 6x 7x 8x\" \ + --with-sections='1 1p 8 2 3 3p 3pm 4 5 6 7 9 0p n l p o 1x 2x 3x 4x 5x 6x 7x 8x' \ --docdir=/%s/%s \ --with-device=utf8 \ --enable-mb-groff" % (get.docDIR(), get.srcNAME()))