]> git.pld-linux.org Git - packages/efi-boot-update.git/commitdiff
Use --auto in the triggers
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 31 Oct 2012 14:24:55 +0000 (15:24 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 31 Oct 2012 14:24:55 +0000 (15:24 +0100)
efi-boot-update.spec

index add46fe706031ce9743962b571b370b700265c9e..d96d0ad78310a6ec23bb31f25aaec3506db9f2f1 100644 (file)
@@ -48,9 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 # Most efi-boot-update-managed loaders will use kernel files
 # even if the kernel itself is not build as EFI
 %triggerin -- kernel
 # Most efi-boot-update-managed loaders will use kernel files
 # even if the kernel itself is not build as EFI
 %triggerin -- kernel
-/sbin/efi-boot-update || :
+/sbin/efi-boot-update --auto || :
 %triggerin -- kernel-longterm
 %triggerin -- kernel-longterm
-/sbin/efi-boot-update || :
+/sbin/efi-boot-update --auto || :
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
This page took 0.070386 seconds and 4 git commands to generate.