X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F31_package_rename.patch;h=bc10ae83eb259eb9a76ffbf81ac0529c0cf2d1d6;hb=447c0d1349b4c96c9161f837990cd9c98f7c5ced;hp=04198cf7afc92b1b6c743a9d6065f31e0ef676da;hpb=79a3a56c3458d79a855d78daa1e82ef582202aab;p=live-boot-grml.git diff --git a/debian/patches/31_package_rename.patch b/debian/patches/31_package_rename.patch index 04198cf..bc10ae8 100644 --- a/debian/patches/31_package_rename.patch +++ b/debian/patches/31_package_rename.patch @@ -1,7 +1,7 @@ -Index: b/Makefile +Index: live-boot-grml/Makefile =================================================================== ---- a/Makefile 2011-07-24 22:58:34.000000000 +0200 -+++ b/Makefile 2011-07-24 22:59:00.000000000 +0200 +--- 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 @@ -19,11 +19,11 @@ Index: b/Makefile # Installing manpages @@ -85,7 +85,7 @@ - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr + rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true # Uninstalling docs - rm -rf $(DESTDIR)/usr/share/doc/live-boot + rm -rf $(DESTDIR)/usr/share/doc/live-boot-grml - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/doc - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr + rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/doc > /dev/null 2>&1 || true + rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share > /dev/null 2>&1 || true + rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true