xbps-src: typo fix for zap.

This commit is contained in:
Juan RP 2015-11-02 20:32:12 +01:00
parent bbf418e6e4
commit eae488d3c4
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ bootstrap_update() {
masterdir_zap() {
for f in bin boot builddir destdir dev etc home lib lib32 lib64 mnt \
opt proc root run sbin sys tmp usr var host media xbps \
void-packages .xbps_chroot_init .xbps_chroot_reconfigured; do
void-packages .xbps_chroot_init .xbps_chroot_configured; do
if [ -d "$XBPS_MASTERDIR/$f" ]; then
echo "Removing directory $XBPS_MASTERDIR/$f ..."
rm -rf $XBPS_MASTERDIR/$f