mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 11:25:23 +01:00
7 lines
171 B
Bash
7 lines
171 B
Bash
src_configure() {
|
|
PKG_CONFIG_PATH="${LIBDIR}/pkgconfig/" \
|
|
./configure \
|
|
--prefix="${PREFIX}" \
|
|
--libdir="${LIBDIR}" \
|
|
--sysconfdir=/etc
|
|
}
|