diff --git a/intel-microcode.be0 b/intel-microcode.be0 index b9324c6d1..9cf4f3cdd 100755 --- a/intel-microcode.be0 +++ b/intel-microcode.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION intel-microcode-20230808-0 +# BEE_VERSION intel-microcode-20230808-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -64,7 +64,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/3ee34344da8f31b3651d901f2d5e2f31/microc mee_install() { mkdir -p $D/lib/firmware/intel-ucode - cp -ax ${S}/* $D/lib/firmware/intel-ucode + cp -ax ${S}/intel-ucode/* $D/lib/firmware/intel-ucode } ## by default this may be 'make install DESTDIR="${D}"'