package updates, and it keeps dying on this strange point in the build.
This commit is contained in:
parent
10363febf1
commit
4d06a97213
@ -75,7 +75,7 @@ ed
|
|||||||
efibootmgr
|
efibootmgr
|
||||||
efivar
|
efivar
|
||||||
elfutils
|
elfutils
|
||||||
elilo-efi
|
#elilo-efi
|
||||||
elinks
|
elinks
|
||||||
etc-update
|
etc-update
|
||||||
ethtool
|
ethtool
|
||||||
@ -146,7 +146,7 @@ libisoburn
|
|||||||
lftp
|
lftp
|
||||||
links
|
links
|
||||||
localepurge
|
localepurge
|
||||||
logkeys
|
#logkeys
|
||||||
logkeys-keymaps
|
logkeys-keymaps
|
||||||
lm_sensors
|
lm_sensors
|
||||||
lrzsz
|
lrzsz
|
||||||
@ -178,7 +178,7 @@ mtd-utils
|
|||||||
mtools
|
mtools
|
||||||
mtr
|
mtr
|
||||||
mtree
|
mtree
|
||||||
mtx
|
#mtx
|
||||||
multipath-tools
|
multipath-tools
|
||||||
myrescue
|
myrescue
|
||||||
nbd
|
nbd
|
||||||
@ -318,6 +318,7 @@ whdd
|
|||||||
whois
|
whois
|
||||||
wifite
|
wifite
|
||||||
wipe
|
wipe
|
||||||
|
wireshark-cli
|
||||||
wpscrack
|
wpscrack
|
||||||
wput
|
wput
|
||||||
x11vnc
|
x11vnc
|
||||||
|
@ -231,7 +231,9 @@ EOF
|
|||||||
then
|
then
|
||||||
${CHROOTCMD} ${CHROOTDIR32}/ bash -c "yaourt -S --needed --noconfirm ${PKGLIST}" >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
${CHROOTCMD} ${CHROOTDIR32}/ bash -c "yaourt -S --needed --noconfirm ${PKGLIST}" >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
||||||
fi
|
fi
|
||||||
for x in $(find ${CHROOTDIR32}/etc/ -type f -iname "*.pacorig");do mv -f ${x} ${x%.pacorig} ; done
|
set +e
|
||||||
|
for x in $(find ${CHROOTDIR32}/etc/ -type f -iname "*.pacorig");do mv -f ${x} ${x%.pacorig} ; done
|
||||||
|
set -e
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
# 64-bit
|
# 64-bit
|
||||||
@ -241,7 +243,9 @@ EOF
|
|||||||
then
|
then
|
||||||
${CHROOTCMD} ${CHROOTDIR64}/ bash -c "yaourt -S --needed --noconfirm ${PKGLIST}" >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
${CHROOTCMD} ${CHROOTDIR64}/ bash -c "yaourt -S --needed --noconfirm ${PKGLIST}" >> "${LOGFILE}.${FUNCNAME}" 2>&1
|
||||||
fi
|
fi
|
||||||
for x in $(find ${CHROOTDIR64}/etc/ -type f -iname "*.pacorig");do mv -f ${x} ${x%.pacorig} ; done
|
set +e
|
||||||
|
for x in $(find ${CHROOTDIR64}/etc/ -type f -iname "*.pacorig");do mv -f ${x} ${x%.pacorig} ; done
|
||||||
|
set -e
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
||||||
echo "Syncing overlay..."
|
echo "Syncing overlay..."
|
||||||
|
Loading…
Reference in New Issue
Block a user