logo

live-bootstrap

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

pass1.sh (275B)


  1. # SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
  2. #
  3. # SPDX-License-Identifier: GPL-3.0-or-later
  4. src_prepare() {
  5. default
  6. # texinfo
  7. rm doc/*.info
  8. # bison
  9. rm awkgram.c command.c
  10. }
  11. src_configure() {
  12. ./configure --prefix="${PREFIX}"
  13. }