Skip to content

Commit

Permalink
Merge pull request #2945 from mariux64/intel-microcode-install-files-…
Browse files Browse the repository at this point in the history
…in-correct-directory

Install Intel microcode data files directly in `/lib/firmware/intel-ucode`
  • Loading branch information
pmenzel authored Aug 9, 2023
2 parents 6883dfc + 98147ab commit fda7036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intel-microcode.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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}"'

Expand Down

0 comments on commit fda7036

Please sign in to comment.