mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +01:00
fix(guix): set FHS local state path for daemon socket
This commit is contained in:
parent
49537b4100
commit
aa72935a6f
3 changed files with 9 additions and 3 deletions
|
|
@ -205,6 +205,8 @@ src_configure() {
|
|||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--host="${host_triplet}" \
|
||||
--build="${host_triplet}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue