]> git.pld-linux.org Git - packages/grub2.git/blob - grub-shelllib.patch
- up to final 1.99; patch3 needs fix (otherwise without it it builds)
[packages/grub2.git] / grub-shelllib.patch
1 --- grub-1.97.1.shelllib/util/grub.d/00_header.in       2009-11-09 17:48:16.000000000 +0200
2 +++ grub-1.97.1/util/grub.d/00_header.in        2009-11-17 12:34:23.164322142 +0200
3 @@ -23,7 +23,7 @@
4  libdir=@libdir@
5  grub_prefix=`echo /boot/grub | sed ${transform}`
6  
7 -. ${libdir}/grub/grub-mkconfig_lib
8 +. /lib/grub-mkconfig_lib
9  
10  # Do this as early as possible, since other commands might depend on it.
11  # (e.g. the `loadfont' command might need lvm or raid modules)
12 --- grub-1.97.1.shelllib/util/grub.d/10_hurd.in 2009-11-09 17:48:16.000000000 +0200
13 +++ grub-1.97.1/util/grub.d/10_hurd.in  2009-11-17 12:34:23.160988747 +0200
14 @@ -19,7 +19,7 @@
15  prefix=@prefix@
16  exec_prefix=@exec_prefix@
17  libdir=@libdir@
18 -. ${libdir}/grub/grub-mkconfig_lib
19 +. /lib/grub-mkconfig_lib
20  
21  if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
22    OS=GNU
23 --- grub-1.97.1.shelllib/util/grub.d/10_linux.in        2009-11-17 12:34:05.445365474 +0200
24 +++ grub-1.97.1/util/grub.d/10_linux.in 2009-11-17 12:34:23.160988747 +0200
25 @@ -19,7 +19,7 @@
26  prefix=@prefix@
27  exec_prefix=@exec_prefix@
28  libdir=@libdir@
29 -. ${libdir}/grub/grub-mkconfig_lib
30 +. /lib/grub-mkconfig_lib
31  
32  if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
33    OS=GNU/Linux
34 --- grub-1.97.1.shelllib/util/grub.d/10_windows.in      2009-11-09 17:48:16.000000000 +0200
35 +++ grub-1.97.1/util/grub.d/10_windows.in       2009-11-17 12:34:23.160988747 +0200
36 @@ -19,7 +19,7 @@
37  prefix=@prefix@
38  exec_prefix=@exec_prefix@
39  libdir=@libdir@
40 -. ${libdir}/grub/grub-mkconfig_lib
41 +. /lib/grub-mkconfig_lib
42  
43  case "`uname 2>/dev/null`" in
44    CYGWIN*)  ;;
45 --- grub-1.97.1.shelllib/util/grub.d/30_os-prober.in    2009-11-09 17:48:16.000000000 +0200
46 +++ grub-1.97.1/util/grub.d/30_os-prober.in     2009-11-17 12:34:23.164322142 +0200
47 @@ -20,7 +20,7 @@
48  exec_prefix=@exec_prefix@
49  libdir=@libdir@
50  
51 -. ${libdir}/grub/grub-mkconfig_lib
52 +. /lib/grub-mkconfig_lib
53  
54  if [ "x${GRUB_DISABLE_OS_PROBER}" = "xtrue" ]; then
55    exit 0
56 --- grub-1.97.1.shelllib/util/grub-mkconfig.in  2009-11-17 12:34:05.448699048 +0200
57 +++ grub-1.97.1/util/grub-mkconfig.in   2009-11-17 12:34:23.167655247 +0200
58 @@ -73,7 +73,7 @@
59      esac
60  done
61  
62 -. ${libdir}/grub/grub-mkconfig_lib
63 +. /lib/grub-mkconfig_lib
64  
65  if [ "x$EUID" = "x" ] ; then
66    EUID=`id -u`
67 --- grub-1.97.1.shelllib/util/grub-install.in   2009-11-09 17:48:16.000000000 +0200
68 +++ grub-1.97.1/util/grub-install.in    2009-11-17 12:34:23.157655729 +0200
69 @@ -32,7 +32,7 @@
70  pkglibdir=${libdir}/`echo ${PACKAGE_TARNAME}/${target_cpu}-${platform} | sed ${transform}`
71  
72  # for make_system_path_relative_to_its_root()
73 -. ${libdir}/grub/grub-mkconfig_lib
74 +. /lib/grub-mkconfig_lib
75  
76  grub_setup=${sbindir}/`echo grub-setup | sed ${transform}`
77  if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
78 --- grub-1.97.1.shelllib/util/update-grub_lib.in        2009-11-09 17:48:16.000000000 +0200
79 +++ grub-1.97.1/util/update-grub_lib.in 2009-11-17 12:34:23.157655729 +0200
80 @@ -18,6 +18,6 @@
81  exec_prefix=@exec_prefix@
82  libdir=@libdir@
83  
84 -. ${libdir}/grub/grub-mkconfig_lib
85 +. /lib/grub-mkconfig_lib
86  
87  grub_warn "update-grub_lib is deprecated, use grub-mkconfig_lib instead"
This page took 0.079159 seconds and 3 git commands to generate.