summaryrefslogtreecommitdiff
path: root/community/cdck
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/cdck
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/cdck')
-rw-r--r--community/cdck/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/cdck/PKGBUILD b/community/cdck/PKGBUILD
index 260a77374..4a3dc6f32 100644
--- a/community/cdck/PKGBUILD
+++ b/community/cdck/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 17301 2010-05-22 18:07:33Z cbrannon $
-# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
+# $Id: PKGBUILD 65681 2012-02-21 21:16:27Z cbrannon $
+# Maintainer: Chris Brannon <chris@the-brannons.com>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
# Previous Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
pkgname=cdck
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="A simple program to verify CD/DVD quality"
arch=('i686' 'x86_64')
url="http://swaj.net/unix/"
@@ -20,11 +20,11 @@ md5sums=('15029d54b99f2e5cf8aae28077669d3f')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --mandir=/usr/share/man || return 1
- make || return 1
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ PATH="/usr/bin/core_perl:$PATH" make
}
package() {
cd "$srcdir/${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" install || return 1
+ make DESTDIR="$pkgdir" install
}