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