mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(guile-lzlib): remove useless checking
This commit is contained in:
parent
d0c97c119e
commit
7715b0b2c0
1 changed files with 0 additions and 14 deletions
|
|
@ -30,19 +30,5 @@ src_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_postprocess() {
|
src_postprocess() {
|
||||||
local guile_site_path guile_core_site guile_site_ccache guile_core_ccache
|
|
||||||
|
|
||||||
default_src_postprocess
|
default_src_postprocess
|
||||||
|
|
||||||
guile_site_path="${DESTDIR}${PREFIX}/share/guile/site/3.0"
|
|
||||||
guile_core_site="${PREFIX}/share/guile/3.0"
|
|
||||||
guile_site_ccache="${DESTDIR}${LIBDIR}/guile/3.0/site-ccache"
|
|
||||||
guile_core_ccache="${LIBDIR}/guile/3.0/ccache"
|
|
||||||
|
|
||||||
PATH="${DESTDIR}${PREFIX}/bin:${PREFIX}/bin:/usr/bin:/bin" \
|
|
||||||
GUILE_LOAD_PATH="${guile_site_path}:${guile_core_site}" \
|
|
||||||
GUILE_LOAD_COMPILED_PATH="${guile_site_ccache}:${guile_core_ccache}" \
|
|
||||||
GUILE_SYSTEM_PATH="${guile_site_path}:${guile_core_site}" \
|
|
||||||
GUILE_SYSTEM_COMPILED_PATH="${guile_site_ccache}:${guile_core_ccache}" \
|
|
||||||
"${DESTDIR}${PREFIX}/bin/guile" -c '(use-modules (lzlib)) (display "lzlib-module-ok\n")'
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue