summaryrefslogtreecommitdiff
path: root/community/checkinstall
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/checkinstall
parent1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff)
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'community/checkinstall')
-rw-r--r--community/checkinstall/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD
index d983ef86c..f5bebd03e 100644
--- a/community/checkinstall/PKGBUILD
+++ b/community/checkinstall/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 8093 2010-01-15 15:57:57Z spupykin $
+# $Id: PKGBUILD 65086 2012-02-20 03:34:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=checkinstall
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="spy for 'make install' and build rpm or deb"
arch=('i686' 'x86_64')
url="http://asic-linux.com.mx/~izto/checkinstall/"
@@ -16,10 +16,8 @@ md5sums=('d7b43c92001e68243a93bcce8b1e5480'
'5c68cb7e29cf6da4b845ce57fb5ea080')
build() {
- cd $startdir/src/$pkgname-$pkgver
-
+ cd $srcdir/$pkgname-$pkgver
patch -Np1 <../build-fix.patch
-
- make || return 1
- make DESTDIR=$startdir/pkg install || return 1
+ make
+ make DESTDIR=$pkgdir install
}