From 9f39e8ed2991b304568d3381417fcbce9560de76 Mon Sep 17 00:00:00 2001 From: r00t Date: Sun, 21 Dec 2014 11:52:07 -0500 Subject: [PATCH] oops. --- lib/mk.chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mk.chroot.sh b/lib/mk.chroot.sh index 8953945..273401c 100755 --- a/lib/mk.chroot.sh +++ b/lib/mk.chroot.sh @@ -196,6 +196,7 @@ EOF set +e ${CHROOTCMD} ${i}/ bash -c "yaourt -S --needed --noconfirm linux" >> "${LOGFILE}.${FUNCNAME}" 2>&1 set -e + # Uncomment if you wish to use the mkpasswd binary from within the chroot... #${CHROOTCMD} ${i}/ bash -c "yaourt -S --needed --noconfirm debian-whois-mkpasswd" >> "${LOGFILE}.${FUNCNAME}" 2>&1 for x in $(find ${i}/etc/ -type f -iname "*.pacorig");do mv -f ${x} ${x%%.pacorig} ; done echo -n "Regular packages..."