mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-20 17:59:38 +00:00
Merge 82ebf9e3bf into 0037f96e15
This commit is contained in:
commit
d950e55e85
1 changed files with 11 additions and 0 deletions
11
bin/junest
11
bin/junest
|
|
@ -21,6 +21,17 @@ source "${JUNEST_BASE}/lib/core/proot.sh"
|
|||
source "${JUNEST_BASE}/lib/core/wrappers.sh"
|
||||
|
||||
|
||||
###################################
|
||||
### Prep environment ###
|
||||
###################################
|
||||
|
||||
# clear out environment variables that may affect builds done within
|
||||
# the Arch chroot; for example AUR builds with yaourt
|
||||
|
||||
unset PKG_CONFIG_PATH LD_LIBRARY_PATH C_INCLUDE_PATH \
|
||||
MODULEBUILDRC MODULEPATH MODULESHOME \
|
||||
PERL_MM_OPT PERL5LIB
|
||||
|
||||
###################################
|
||||
### General functions ###
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue