Add a note about chroot builds

svn path=/nixpkgs/trunk/; revision=24968
This commit is contained in:
Michael Raskin 2010-12-04 13:07:10 +00:00
parent 86e44e72bf
commit c2a8d34118

View File

@ -8,6 +8,7 @@ if ! test -e "$pathname"; then
echo "SORRY!"
echo "You should download \`$(basename $pathname)' from Sun and place it in $(dirname $pathname)."
echo "Blame Sun, not us."
echo "If you are doing a chroot build - try a non-chroot build, because we need to access /tmp."
echo ""
exit 1
fi