summaryrefslogtreecommitdiff
path: root/community/datemath
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
commit11484c032f8c236b2044e715a9a3b28e33f65598 (patch)
treeec2f7c7ad850a191e3ef6cf1bcb03a6468744f1c /community/datemath
parent1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff)
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'community/datemath')
-rw-r--r--community/datemath/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD
index f4ce236b5..a79868529 100644
--- a/community/datemath/PKGBUILD
+++ b/community/datemath/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 18094 2010-05-31 09:25:01Z spupykin $
+# $Id: PKGBUILD 65110 2012-02-20 04:48:43Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Todd Musall <tmusall@comcast.net>
# Contributor: Todd Musall <tmusall@comcast.net>
pkgname=datemath
pkgver=2.0.10
-pkgrel=2
+pkgrel=3
pkgdesc="Command line date and time math utility."
arch=('i686' 'x86_64')
url="http://www.unixwiz.net/tools/datemath.html"
@@ -16,6 +16,6 @@ md5sums=('2c369d70a43313b71dbe3c7cc50207de')
build() {
cd $srcdir
- make || return 1
+ make
install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath
}