xbps-src: multiple improvements related to chroot code.
This commit is contained in:
parent
4bc9959d3e
commit
ef21557313
3 changed files with 50 additions and 59 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#-
|
||||
# Copyright (c) 2010 Juan Romero Pardines.
|
||||
# Copyright (c) 2010-2011 Juan Romero Pardines.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -36,9 +36,9 @@ fi
|
|||
|
||||
set_defvars
|
||||
|
||||
. $XBPS_SHUTILSDIR/tmpl_funcs.sh
|
||||
. $XBPS_SHUTILSDIR/common_funcs.sh
|
||||
. $XBPS_SHUTILSDIR/builddep_funcs.sh
|
||||
for f in $(echo $XBPS_SHUTILSDIR/*.sh); do
|
||||
[ -r "$f" ] && . $f
|
||||
done
|
||||
|
||||
install_src_phase()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue