summaryrefslogtreecommitdiff
path: root/community/snownews/PKGBUILD
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/snownews/PKGBUILD
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/snownews/PKGBUILD')
-rw-r--r--community/snownews/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/snownews/PKGBUILD b/community/snownews/PKGBUILD
index 1f7619dff..ff4cdfc9f 100644
--- a/community/snownews/PKGBUILD
+++ b/community/snownews/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 18841 2010-06-15 19:31:42Z spupykin $
+# $Id: PKGBUILD 65455 2012-02-21 05:53:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Christoph 'delmonico' Neuroth <delmonico@gmx.net>
pkgname=snownews
pkgver=1.5.12
-pkgrel=4
+pkgrel=5
pkgdesc="Text mode RSS newsreader for Linux and Unix."
arch=(i686 x86_64)
url="http://kiza.kcore.de/software/snownews/"
@@ -16,7 +16,7 @@ md5sums=('80da8943fc5aa96571924aec0087d4c0')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
- make install DESTDIR=$pkgdir && \
+ make
+ make install DESTDIR=$pkgdir
ln -fs /usr/bin/opml2snow $pkgdir/usr/bin/snow2opml
}