mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Add a note about chroot builds
svn path=/nixpkgs/trunk/; revision=24968
This commit is contained in:
parent
86e44e72bf
commit
c2a8d34118
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user