diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 16:05:32 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 16:05:32 +0100 |
commit | 02a07b1846dd61be1df300f345143e5462caa7ae (patch) | |
tree | 0988ef467bbf604e824e8456186b6ed1dee64611 /i486-stage1/pam | |
parent | c0d44acb92b16f7ead37642086e903540a148153 (diff) | |
download | bootstrap32-02a07b1846dd61be1df300f345143e5462caa7ae.tar.xz |
building up to libarchive
Diffstat (limited to 'i486-stage1/pam')
-rw-r--r-- | i486-stage1/pam/DESCR | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/i486-stage1/pam/DESCR b/i486-stage1/pam/DESCR index 24f403e..2138c49 100644 --- a/i486-stage1/pam/DESCR +++ b/i486-stage1/pam/DESCR @@ -5,6 +5,7 @@ SYSROOT_INSTALL=1 sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGBUILD # no flex, w3m, docboox-xml/xsl (no docu and take flex from the host) +# tons of tools needed to build documentation, we ommit the documentation right now sed -i "s@makedepends=@#makedepends=@" PKGBUILD # disable NIS/YP @@ -22,6 +23,3 @@ sed -i 's@./configure@./configure --disable-regenerate-docu@' PKGBUILD # no documentation built, so nothing to remove sed -i '2!N; /# FS #40749\n \+rm/ s/rm/#rm/g' PKGBUILD - -# tons of tools needed to build documentation, we ommit the documentation right now -sed -i "s@makedepends@#makedepends@" PKGBUILD |