diff options
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-x | src/chroot-tools/librechroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 0fd621b..80c7f4f 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -21,7 +21,8 @@ # along with Parabola. If not, see <http://www.gnu.org/licenses/>. . $(librelib conf.sh) -load_conf_libretools_chroot +load_files chroot +[[ -f /.arch-chroot ]] || check_vars chroot CHROOTDIR CHROOT . libremessages . $(librelib makechrootpkg) |