remove a file that was accidentily added, remove some cruft

svn path=/nixpkgs/trunk/; revision=3573
This commit is contained in:
Armijn Hemel 2005-08-13 19:19:57 +00:00
parent c6b1fb4274
commit 29005ceca7
2 changed files with 0 additions and 7 deletions

View file

@ -3,10 +3,3 @@
makeWrapper "$grub/sbin/grub-install" "$out/sbin/grub-install" \
--suffix-each PATH ':' "$diffutils/bin $gnused/bin $gnugrep/bin"
#echo "#! $SHELL -e" > $out/sbin/grub-install
#echo PATH=$diffutils/bin:$gnused/bin:$gnugrep/bin:$PATH >> $out/sbin/grub-install
#echo "exec \"$grub/sbin/grub-install\" \"\$@\"" >> $out/sbin/grub-install
#
#chmod +x $out/sbin/grub-install