logo

live-bootstrap

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

musl_libdir.sh (239B)


  1. #!/bin/sh
  2. # SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
  3. #
  4. # SPDX-License-Identifier: GPL-3.0-or-later
  5. sed -i "/^LIBDIR/d" /steps/env
  6. LIBDIR=${PREFIX}/lib/i386-unknown-linux-musl
  7. echo "LIBDIR=${LIBDIR}" >> /steps/env