# HG changeset patch # User Pascal Bellard # Date 1523870182 -7200 # Node ID 33014fa45fa6b8938dc26862d57e79bc60556000 # Parent a8c772fc1eb1c2120d425879f686fc441cf8bc37 elilo: mkdir $install/usr/share (again) diff -r a8c772fc1eb1 -r 33014fa45fa6 elilo/receipt --- a/elilo/receipt Mon Apr 16 09:37:49 2018 +0200 +++ b/elilo/receipt Mon Apr 16 11:16:22 2018 +0200 @@ -16,7 +16,7 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install/boot/efi/boot $install/usr/sbin + mkdir -p $install/boot/efi/boot $install/usr/sbin $install/usr/share cp -a docs $install/usr/share/doc cp README* $install/usr/share/doc rm -rf $install/usr/share/doc/CVS