X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F31_package_rename.patch;h=893f1d79585774bf7cd0cb5528d4fefb4e702c2e;hb=d6df506b889526a9c20e1750bc58f0e4b7fbc744;hp=bc10ae83eb259eb9a76ffbf81ac0529c0cf2d1d6;hpb=11575c6aee0916c918b1e4e98731566d20586df9;p=live-boot-grml.git diff --git a/debian/patches/31_package_rename.patch b/debian/patches/31_package_rename.patch index bc10ae8..893f1d7 100644 --- a/debian/patches/31_package_rename.patch +++ b/debian/patches/31_package_rename.patch @@ -1,24 +1,17 @@ -Index: live-boot-grml/Makefile -=================================================================== ---- live-boot-grml.orig/Makefile 2011-12-06 22:08:57.000000000 +0100 -+++ live-boot-grml/Makefile 2011-12-06 22:09:19.000000000 +0100 -@@ -52,11 +52,11 @@ - cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools +--- a/Makefile ++++ b/Makefile +@@ -52,8 +52,8 @@ + cp backends/initramfs-tools/live.script $(DESTDIR)/usr/share/initramfs-tools/scripts/live # Installing docs - mkdir -p $(DESTDIR)/usr/share/doc/live-boot -- cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot +- cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot + mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml -+ cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot-grml - -- mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples -- cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples -+ mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml/examples -+ cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot-grml/examples - # (FIXME) ++ cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot-grml # Installing manpages -@@ -85,7 +85,7 @@ + for MANPAGE in manpages/en/*; \ +@@ -86,7 +86,7 @@ rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true # Uninstalling docs