[arch-commits] Commit in microcode_ctl/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Tue Jul 28 11:06:03 UTC 2009


    Date: Tuesday, July 28, 2009 @ 07:06:03
  Author: thomas
Revision: 47867

upgpkg: microcode_ctl 1.17.20090330-2

Modified:
  microcode_ctl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-28 10:35:24 UTC (rev 47866)
+++ PKGBUILD	2009-07-28 11:06:03 UTC (rev 47867)
@@ -8,7 +8,7 @@
 # Version of the microcode image
 _microcodever=20090330
 pkgver=${_toolver}.${_microcodever}
-pkgrel=1
+pkgrel=2
 pkgdesc="A companion to the IA32 microcode kernel driver"
 arch=('i686' 'x86_64')
 url="http://www.urbanmyth.org/microcode"
@@ -27,7 +27,7 @@
 build() {
   cd $startdir/src/$pkgname-${_toolver}
   make all || return 1
-  make DESTDIR=$startdir/pkg PREFIX=/usr RCFILETO=/etc/rc.d RCFILE=../microcode RCFILEFINAL=microcode install || return 1
+  make DESTDIR=$startdir/pkg PREFIX=/usr RCFILETO=/etc/rc.d RCFILE=../microcode RCFILEFINAL=microcode MANDIR=/usr/share/man/man8 install || return 1
   install -D -m644 ../microcode.rules $startdir/pkg/etc/udev/rules.d/microcode.rules || return 1
   install -D -m644 ../microcode-${_microcodever}.dat $startdir/pkg/etc/microcode.dat
 }




More information about the arch-commits mailing list