Logoj0ke.net Open Build Service > Projects > home:netmax:rebuilds > grub2 > Changes
Sign Up | Log In

Changes of Revision 8

[-] Changed grub2.spec
x
 
1
@@ -36,7 +36,7 @@
2
 CFLAGS="$CFLAGS -static" 
3
 %endif
4
 export CFLAGS
5
-%configure --sbindir=/sbin --disable-auto-linux-mem-opt
6
+%configure --sbindir=/sbin --disable-auto-linux-mem-opt || cat config.log
7
 make
8
 
9
 %install
10
@@ -65,8 +65,16 @@
11
 %defattr(-,root,root)
12
 %doc AUTHORS ChangeLog NEWS README COPYING TODO 
13
 /boot/grub
14
+%{_sysconfdir}/grub.d/*
15
+/sbin/grub-mkdevicemap
16
+/sbin/grub-probe
17
+/sbin/grub-setup
18
 /sbin/grub-install
19
+/sbin/update-grub
20
+%{_bindir}/grub-mkimage
21
+%{_bindir}/grub-mkrescue
22
 %{_datadir}/grub
23
+%{_libdir}/grub/*-pc/*
24
 
25
 %changelog
26
 * Wed Jul 16 2008 Carsten Schoene <cs@linux-administrator.com> - 1.96-15
27