X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F31_package_rename.patch;h=7bd598b239bbb201984bfbbf9794066bcf274471;hb=20f7af935a25294ceac8b39ed01c0ac61a1915c1;hp=a83724d12f1b32792a250b2d2aa94174f2858f90;hpb=bcb17b6d4411efd067d5704e0c318e029f6448d3;p=live-boot-grml.git diff --git a/debian/patches/31_package_rename.patch b/debian/patches/31_package_rename.patch index a83724d..7bd598b 100644 --- a/debian/patches/31_package_rename.patch +++ b/debian/patches/31_package_rename.patch @@ -1,29 +1,24 @@ -Index: b/Makefile +Index: live-boot-grml/Makefile =================================================================== ---- a/Makefile 2011-07-24 23:49:55.000000000 +0200 -+++ b/Makefile 2011-07-24 23:50:20.000000000 +0200 -@@ -52,11 +52,11 @@ - cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools +--- live-boot-grml.orig/Makefile 2014-03-08 13:36:52.857434829 +0100 ++++ live-boot-grml/Makefile 2014-03-08 13:36:52.853435298 +0100 +@@ -55,8 +55,8 @@ + cp frontend/* $(DESTDIR)/bin # 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 @@ - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr || true + for MANPAGE in manpages/en/*; \ +@@ -90,7 +90,7 @@ + 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 || true - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share || true - rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr || true + 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