intel-ucode: switch to /usr.
This commit is contained in:
parent
2b520aa931
commit
34ff931ea9
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ pkgname=intel-ucode
|
|||
version=20120606
|
||||
create_wrksrc=yes
|
||||
noarch=yes
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Microcode update files for Intel CPUs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="INTEL Software License Agreement"
|
||||
|
@ -21,7 +21,7 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir lib/firmware/intel-ucode
|
||||
vcopy "intel-ucode/*" lib/firmware/intel-ucode
|
||||
vmkdir usr/lib/firmware/intel-ucode
|
||||
vcopy "intel-ucode/*" usr/lib/firmware/intel-ucode
|
||||
vinstall ${FILESDIR}/LICENSE 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue