Advertisement
Guest User

Untitled

a guest
May 1st, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --- a/droid-hal-device.inc
  2. +++ b/droid-hal-device.inc
  3. @@ -922,6 +922,7 @@ done
  4.  
  5. %files kernel -f kernel.files
  6. %defattr(644,root,root,-)
  7. +%dir %attr(600,root,root) /boot
  8.  
  9. %files kernel-modules
  10. %defattr(644,root,root,-)
  11. @@ -941,6 +942,7 @@ done
  12. %if 0%{!?have_custom_img_recovery:1}
  13. %files img-recovery
  14. %defattr(644,root,root,-)
  15. +%dir %attr(600,root,root) /boot
  16. /boot/hybris-recovery.img
  17. %endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement