cookutils rev 1026

cook: update_chroot(): fix package installation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 27 11:55:42 2018 +0200 (2018-01-27)
parents 6943f5f9845a
children 7d37b282b4fb
files cook
line diff
     1.1 --- a/cook	Sat Jan 27 11:43:58 2018 +0200
     1.2 +++ b/cook	Sat Jan 27 11:55:42 2018 +0200
     1.3 @@ -1181,7 +1181,7 @@
     1.4  			_ 'Updating %s chroot environment...' "$ARCH"
     1.5  			_ 'Updating chroot: %s' "$i ($VERSION$EXTRAVERSION$arch)" | log
     1.6  			cd $PKGS
     1.7 -			tazpkg install $i-$VERSION$EXTRAVERSION$arch.tazpkg --forced --root=$root
     1.8 +			tazpkg install $PKGS/$i-$VERSION$EXTRAVERSION$arch.tazpkg --forced --root=$root
     1.9  		fi
    1.10  	done
    1.11  }