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

Eric Belanger eric at archlinux.org
Sat Jul 12 01:02:23 UTC 2008


    Date: Friday, July 11, 2008 @ 21:02:23
  Author: eric
Revision: 4879

upgpkg: cpudyn 1.0.1-2
    added x86_64 arch tag, FSH man pages

Modified:
  cpudyn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-11 23:01:33 UTC (rev 4878)
+++ PKGBUILD	2008-07-12 01:02:23 UTC (rev 4879)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc="CPU dynamic frequency control"
 url="http://mnm.uib.es/~gallir/cpudyn"
-arch=('i686')
+arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('glibc')
 backup=(etc/conf.d/cpudyn)
@@ -18,7 +18,7 @@
 	cd $startdir/src/$pkgname
 	make || return 1
 	install -D -m755 cpudynd $startdir/pkg/usr/sbin/cpudynd
-	install -D -m644 cpudynd.8.gz $startdir/pkg/usr/man/man8/cpudynd.8.gz
+	install -D -m644 cpudynd.8.gz $startdir/pkg/usr/share/man/man8/cpudynd.8.gz
 	install -D -m755 $startdir/src/cpudyn.rc $startdir/pkg/etc/rc.d/cpudyn
 	install -D -m644 $startdir/src/cpudyn.confd $startdir/pkg/etc/conf.d/cpudyn
 }





More information about the arch-commits mailing list