]> git.pld-linux.org Git - packages/efi-boot-update.git/commitdiff
It is not 'x32', it is 'ia32'
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 31 Oct 2012 13:03:48 +0000 (14:03 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 31 Oct 2012 13:03:48 +0000 (14:03 +0100)
efi-boot-update
efi-boot-update.spec
shellia32.conf [moved from shellx32.conf with 100% similarity]

index 930e93628fac224dac4d98729cd8ecbe8f1fff69..cf3aa71581536e9b240f0d426862a6e2693045d2 100755 (executable)
@@ -247,7 +247,7 @@ for bootloader_conf in /etc/efi-boot/update.d/*.conf ; do
     local efi_arch
     if [[ "$ARCH" = i?86 || "$ARCH" = pentium[45] || "$ARCH" = "athlon" ]] ; then
         # %ix86
     local efi_arch
     if [[ "$ARCH" = i?86 || "$ARCH" = pentium[45] || "$ARCH" = "athlon" ]] ; then
         # %ix86
-        efi_arch=x32
+        efi_arch=ia32
     elif [[ "$ARCH" = "x86_64" || "$ARCH" = "amd64" || "$ARCH" = "ia32e" ]] ; then
         # %x8664
         efi_arch=x64
     elif [[ "$ARCH" = "x86_64" || "$ARCH" = "amd64" || "$ARCH" = "ia32e" ]] ; then
         # %x8664
         efi_arch=x64
index cba2ebfc4fbdbb2c8f8b2e5edecee579864c388d..32cc0e9022d69c43b10ad6dabb43ae0d0e2b9464 100644 (file)
@@ -9,7 +9,7 @@ Group:          Applications
 Source0:       %{name}
 Source1:       update.conf
 Source2:       shellx64.conf
 Source0:       %{name}
 Source1:       update.conf
 Source2:       shellx64.conf
-Source3:       shellx32.conf
+Source3:       shellia32.conf
 Source4:       grub.conf
 Source10:      README
 Source11:      TODO
 Source4:       grub.conf
 Source10:      README
 Source11:      TODO
@@ -35,7 +35,7 @@ help2man --no-info ./%{name} > %{name}.8
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/efi-boot/update.d
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/efi-boot/update.d
-install -d $RPM_BUILD_ROOT{/lib/efi/{x32,x64},%{_sbindir},%{_mandir}/man8}
+install -d $RPM_BUILD_ROOT{/lib/efi/{ia32,x64},%{_sbindir},%{_mandir}/man8}
 
 install %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
 install %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
 
 install %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
 install %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
@@ -61,6 +61,6 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) /etc/efi-boot/update.d/*.conf
 %dir /etc/efi-boot/update.d
 %dir /lib/efi
 %config(noreplace) %verify(not md5 mtime size) /etc/efi-boot/update.d/*.conf
 %dir /etc/efi-boot/update.d
 %dir /lib/efi
-%dir /lib/efi/x32
+%dir /lib/efi/ia32
 %dir /lib/efi/x64
 %{_mandir}/man8/%{name}.8*
 %dir /lib/efi/x64
 %{_mandir}/man8/%{name}.8*
similarity index 100%
rename from shellx32.conf
rename to shellia32.conf
This page took 0.096825 seconds and 4 git commands to generate.