summaryrefslogtreecommitdiff
path: root/core/util-linux/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-13 22:36:49 +0000
committerroot <root@rshg047.dnsready.net>2011-05-13 22:36:49 +0000
commit2c4629f613c001fd29740d0f4c0e497c771a2182 (patch)
treeddc90e9111a5137677fd53e503992fd12a661ac0 /core/util-linux/PKGBUILD
parent1982ae8d63ab142a2a16bdf1b055110d9c9f40fd (diff)
Fri May 13 22:36:49 UTC 2011
Diffstat (limited to 'core/util-linux/PKGBUILD')
-rw-r--r--core/util-linux/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD
index 63866fdff..13140997a 100644
--- a/core/util-linux/PKGBUILD
+++ b/core/util-linux/PKGBUILD
@@ -1,8 +1,10 @@
-# $Id: PKGBUILD 111132 2011-02-24 11:12:49Z ibiru $
-# Maintainer: judd <jvinet@zeroflux.org>
+# $Id: PKGBUILD 123152 2011-05-09 00:21:36Z allan $
+# Maintainer:
+# Contributor: judd <jvinet@zeroflux.org>
+
pkgname=util-linux
-pkgver=2.19
-pkgrel=4
+pkgver=2.19.1
+pkgrel=1
pkgdesc="Miscellaneous system utilities for Linux"
url="http://userweb.kernel.org/~kzak/util-linux-ng/"
arch=('i686' 'x86_64')
@@ -15,7 +17,7 @@ license=('GPL2')
options=('!libtool')
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.19/${pkgname}-${pkgver}.tar.bz2)
optdepends=('perl: for chkdupexe support')
-md5sums=('590ca71aad0b254e2631d84401f28255')
+md5sums=('3eab06f05163dfa65479c44e5231932c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -27,6 +29,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- mkdir -p "${pkgdir}/var/lib/hwclock"
+ install -dm755 "${pkgdir}/var/lib/hwclock"
make DESTDIR="${pkgdir}" install
}