dash as default shell for debian/ubuntu systems

svn path=/nixpkgs/trunk/; revision=17590
This commit is contained in:
Rob Vermaas 2009-10-02 09:34:37 +00:00
parent 9b28b2692c
commit 3653e372b0

View file

@ -580,7 +580,8 @@ rec {
echo "running post-install script..."
eval "$postInstall"
ln -sf dash /mnt/bin/sh
rm /mnt/.debug
${klibcShrunk}/bin/umount /mnt/inst/nix/store
@ -1008,6 +1009,7 @@ rec {
"perl"
"sysvinit"
"bash"
"dash"
"gzip"
"bzip2"
"tar"