mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Various fixes from rebase
This took a while so a bunch of stuff got broken in rebase.
This commit is contained in:
parent
b614b3021d
commit
25f37ba926
28 changed files with 196 additions and 90 deletions
|
|
@ -11,6 +11,13 @@ src_prepare() {
|
|||
src_configure() {
|
||||
CC=gcc ./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--sbindir="${PREFIX}/bin" \
|
||||
--disable-embedded \
|
||||
--disable-auth
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
mkdir -p "${DESTDIR}/var/db/dhcpcd"
|
||||
mkdir -p "${DESTDIR}/var/run/dhcpcd"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue