summaryrefslogtreecommitdiff
path: root/community/echat
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/echat
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/echat')
-rw-r--r--community/echat/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/echat/PKGBUILD b/community/echat/PKGBUILD
index ff17db8f2..f78e322b4 100644
--- a/community/echat/PKGBUILD
+++ b/community/echat/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 7575 2010-01-08 02:33:57Z dgriffiths $
+# $Id: PKGBUILD 65144 2012-02-20 05:23:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=echat
pkgver=0.04beta1
-pkgrel=2
+pkgrel=3
pkgdesc="vypress compatible ncurses chat (can work without server)"
arch=('i686' 'x86_64')
url="http://echat.deep.perm.ru/"
@@ -22,8 +22,8 @@ md5sums=('dda3891d08f04dd266858380d404af15')
build() {
cd ${startdir}/src/$pkgname-${pkgver}
- make || return 1
- install -D -m 0755 echat $startdir/pkg/usr/bin/echat && \
- install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1 && \
+ make
+ install -D -m 0755 echat $startdir/pkg/usr/bin/echat
+ install -D -m 0644 doc/echat.1 $startdir/pkg/usr/share/man/man1/echat.1
install -D -m 0644 doc/.echatrc.sample $startdir/pkg/usr/share/echat/dot.echatrc.sample
}