# HG changeset patch # User Christophe Lincoln # Date 1331640617 -3600 # Node ID a2a2ee0ca4c48aef9519854a972a03b02a4fc9bc # Parent 2aa3979a2ccc27c23b865397043dfe0a94ae22c5 Dont update package if AUFS is in use diff -r 2aa3979a2ccc -r a2a2ee0ca4c4 cook --- a/cook Tue Mar 13 13:03:35 2012 +0100 +++ b/cook Tue Mar 13 13:10:17 2012 +0100 @@ -1191,7 +1191,7 @@ fi # Install package if part of the chroot to keep env up-to-date. - if [ -d "$INSTALLED/$PACKAGE" ]; then + if [ -d "$INSTALLED/$PACKAGE" ] && [ -z "$AUFS_MOUNTS" ]; then echo -n "$PACKAGE "; gettext -e "package is installed, updating chroot...\n" cd $PKGS && tazpkg install \ $PACKAGE-${VERSION}${EXTRAVERSION}.tazpkg --forced