update our patches on top of Debian's 4.0~alpha19
[live-boot-grml.git] / debian / patches / 03_grml_version_file_hook.patch
index a71db7f..7aa4f24 100644 (file)
@@ -6,11 +6,13 @@
 
 @DPATCH@
 
---- a/hooks/live
-+++ b/hooks/live
-@@ -40,6 +40,12 @@
-       done
- fi
+Index: live-boot-grml/backend/initramfs-tools/live.hook
+===================================================================
+--- live-boot-grml.orig/backend/initramfs-tools/live.hook      2014-03-08 13:18:27.443095163 +0100
++++ live-boot-grml/backend/initramfs-tools/live.hook   2014-03-08 13:18:27.439095633 +0100
+@@ -16,6 +16,12 @@
+       fi
+ done
  
 +# Grml version information:
 +if [ -r /etc/grml_version ]
@@ -18,6 +20,6 @@
 +       cp /etc/grml_version "${DESTDIR}"/etc
 +fi
 +
- # Handling live-boot
- if [ ! -e /usr/share/live-boot ]
+ # Checking live-boot
+ if [ ! -e /bin/live-boot ]
+ then