summaryrefslogtreecommitdiff
path: root/community/ccd2iso
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
committerroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
commit81ee1980feda43043eaebae2c596ae116a21f6e5 (patch)
tree5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /community/ccd2iso
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'community/ccd2iso')
-rw-r--r--community/ccd2iso/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ccd2iso/PKGBUILD b/community/ccd2iso/PKGBUILD
index 999e55d53..c3a56f762 100644
--- a/community/ccd2iso/PKGBUILD
+++ b/community/ccd2iso/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 21840 2010-07-17 17:46:20Z dgriffiths $
+# $Id: PKGBUILD 64917 2012-02-18 20:36:05Z jelle $
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=ccd2iso
pkgver=0.3
-pkgrel=6
+pkgrel=7
pkgdesc="Converts CCD/IMG CloneCD images to ISO format"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/ccd2iso"
@@ -17,12 +17,12 @@ md5sums=('a7df1c46cb710f2fc8ebd88c2e64ce65')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR=${pkgdir} install
}