mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Split installed files out of /after into /image.
This commit is contained in:
parent
4d7b25e47a
commit
da5c9a4a49
118 changed files with 689 additions and 690 deletions
|
|
@ -16,9 +16,9 @@ src_configure() {
|
|||
CC=tcc ./configure \
|
||||
--host=i386 \
|
||||
--disable-shared \
|
||||
--prefix=/after \
|
||||
--libdir=/after/lib/musl/ \
|
||||
--includedir=/after/include/musl
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl/" \
|
||||
--includedir="${PREFIX}/include/musl"
|
||||
|
||||
# configure script creates this file
|
||||
if test -f /dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue