diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-04 12:35:10 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-04 12:35:10 +0000 |
commit | f56b9ccd7042d690c092c0b2066d4702487e03da (patch) | |
tree | ac61ed5f7dc41c25672d6c06a2ea38a2aa13b11a /i486-stage4 | |
parent | c8de6887576ec214c64765757f4ebf7e852696d6 (diff) | |
download | bootstrap32-f56b9ccd7042d690c092c0b2066d4702487e03da.tar.xz |
core/gssapi: disable manpages in configure
Diffstat (limited to 'i486-stage4')
-rw-r--r-- | i486-stage4/gssproxy/DESCR | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i486-stage4/gssproxy/DESCR b/i486-stage4/gssproxy/DESCR index 8eee386..9b2ca2a 100644 --- a/i486-stage4/gssproxy/DESCR +++ b/i486-stage4/gssproxy/DESCR @@ -1,3 +1,5 @@ # no developer documentation sed -i "/makedepends=/s/'doxygen'//" PKGBUILD sed -i "/makedepends=/s/'docbook-xsl'//" PKGBUILD + +sed -i "s/configure/configure --without-manpages/" PKGBUILD |