Remove grub-mknetdir from grub-emu.

This commit is contained in:
Colin Watson 2010-12-03 15:51:31 +00:00
parent 7a0018b22c
commit 970707f0a7
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
grub2 (1.99~20101126-2) UNRELEASED; urgency=low
* Remove grub-mknetdir from grub-emu.
-- Colin Watson <cjwatson@debian.org> Fri, 03 Dec 2010 15:51:00 +0000
grub2 (1.99~20101126-1) experimental; urgency=low grub2 (1.99~20101126-1) experimental; urgency=low
* New Bazaar snapshot (mipsel build fix, LVM-on-RAID probing fix). * New Bazaar snapshot (mipsel build fix, LVM-on-RAID probing fix).

2
debian/rules vendored
View File

@ -151,7 +151,7 @@ install/grub-pc install/grub-efi-ia32 install/grub-efi-amd64 install/grub-ieee12
rm -rf $(CURDIR)/debian/$(package)/usr/include rm -rf $(CURDIR)/debian/$(package)/usr/include
if [ "$@" = "install/grub-emu" ] ; then \ if [ "$@" = "install/grub-emu" ] ; then \
rm -f $(CURDIR)/debian/$(package)/usr/{sbin,share/man/man8}/{grub-reboot,grub-set-default}{,.8} ; \ rm -f $(CURDIR)/debian/$(package)/usr/{sbin,share/man/man8}/{grub-reboot,grub-set-default,grub-mknetdir}{,.8} ; \
fi fi
if [ "$@" != "install/grub-emu" ] ; then \ if [ "$@" != "install/grub-emu" ] ; then \