/[packages]/updates/6/grub2/current/SPECS/grub2.spec
ViewVC logotype

Diff of /updates/6/grub2/current/SPECS/grub2.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 820103 by barjac, Mon Apr 13 11:30:06 2015 UTC revision 820182 by barjac, Tue Apr 14 09:42:05 2015 UTC
# Line 15  Line 15 
15  %define git     9752  %define git     9752
16  Name:           grub2  Name:           grub2
17  Version:        2.02  Version:        2.02
18  Release:        %mkrel -c git%{git} 17  Release:        %mkrel -c git%{git} 18
19  Summary:        Boot-loader with support for Linux, Multiboot and more  Summary:        Boot-loader with support for Linux, Multiboot and more
20  Group:          System/Boot and Init  Group:          System/Boot and Init
21  License:        GPLv3+ and GPLv2  License:        GPLv3+ and GPLv2
# Line 259  popd Line 259  popd
259  if [ $1 -eq 2 ]; then  if [ $1 -eq 2 ]; then
260     if [ -f /boot/grub2/install.sh -a -x /usr/sbin/detectloader ]; then     if [ -f /boot/grub2/install.sh -a -x /usr/sbin/detectloader ]; then
261          LOADER=$(/usr/sbin/detectloader)          LOADER=$(/usr/sbin/detectloader)
262          [ "$LOADER" = "GRUB2" ] && /boot/grub2/install.sh          [ "$LOADER" = "GRUB2" ] && /boot/grub2/install.sh ||:
263     fi     fi
264  fi  fi
265    
# Line 271  fi Line 271  fi
271  if [ $1 -eq 2 ]; then  if [ $1 -eq 2 ]; then
272     if [ -f /boot/grub2/install.sh -a -x /usr/sbin/detectloader ]; then     if [ -f /boot/grub2/install.sh -a -x /usr/sbin/detectloader ]; then
273          LOADER=$(/usr/sbin/detectloader)          LOADER=$(/usr/sbin/detectloader)
274          [ "$LOADER" = "GRUB2" ] && /boot/grub2/install.sh          [ "$LOADER" = "GRUB2" ] && /boot/grub2/install.sh ||:
275     fi     fi
276  fi  fi
277    

Legend:
Removed from v.820103  
changed lines
  Added in v.820182

  ViewVC Help
Powered by ViewVC 1.1.30