logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

pass1.sh (430B)


  1. # SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
  2. #
  3. # SPDX-License-Identifier: GPL-3.0-or-later
  4. src_prepare() {
  5. default
  6. autoreconf-2.71 -fi
  7. rm man/*.1
  8. rm doc/*.info
  9. # gperf
  10. rm lib/iconv_open*.h
  11. # Don't use in tree help2man
  12. rm man/help2man
  13. ln -s "${PREFIX}/bin/help2man" man/help2man
  14. . ../../import-gnulib.sh
  15. }
  16. src_configure() {
  17. ./configure --prefix="${PREFIX}"
  18. }