]> git.proxmox.com Git - grub2.git/commitdiff
* rules: Remove moddep.lst install command (no longer needed).
authorrmh <rmh@localhost>
Thu, 21 Sep 2006 21:56:46 +0000 (21:56 +0000)
committerrmh <rmh@localhost>
Thu, 21 Sep 2006 21:56:46 +0000 (21:56 +0000)
debian/changelog
debian/rules

index 678a0e93f447788329a1ae62e311c98d48ee98c8..a1e8ec4a47280a26d412faa29c52cb256fc245da 100644 (file)
@@ -9,8 +9,9 @@ grub2 (1.94+20060921-1) UNRELEASED; urgency=low
     - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
   * patches/05_dont_error_if_realpath_fails.diff:  New.  Do what the patch name
     says ;).
+  * rules: Remove moddep.lst install command (no longer needed).
 
- -- Robert Millan <rmh@aybabtu.com>  Thu, 21 Sep 2006 21:06:24 +0200
+ -- Robert Millan <rmh@aybabtu.com>  Thu, 21 Sep 2006 23:56:17 +0200
 
 grub2 (1.94-6) unstable; urgency=low
 
index ce041df6deccaf9474966c119698dacee21d80c8..bf1e5e8bdba43158d15f3e0931c5e8d37b6fa7dc 100644 (file)
@@ -14,10 +14,6 @@ else
 grub_cpu = $(DEB_HOST_ARCH_CPU)
 endif
 
-install/$(package):: common-install-prehook-arch
-       install -m 644 $(DEB_SRCDIR)/moddep.lst \
-               debian/$(package)/usr/lib/grub/$(grub_cpu)-*/
-
 clean::
        sed -e "s/@cpu@/$(grub_cpu)/g" < debian/README.Debian.in \
                                               > debian/README.Debian