[arch-commits] Commit in bitlbee/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Fri Jun 17 11:09:38 UTC 2011
Date: Friday, June 17, 2011 @ 07:09:38
Author: bisson
Revision: 127641
install systemd files too
Modified:
bitlbee/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-17 10:07:57 UTC (rev 127640)
+++ PKGBUILD 2011-06-17 11:09:38 UTC (rev 127641)
@@ -7,7 +7,7 @@
pkgname=bitlbee
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
arch=('i686' 'x86_64')
url='http://www.bitlbee.org/'
@@ -31,9 +31,11 @@
--etcdir=/etc/bitlbee \
--pidfile=/var/run/bitlbee/bitlbee.pid \
--ipcsocket=/var/run/bitlbee/bitlbee.sock \
+ --systemdsystemunitdir=/lib/systemd/system \
+ --ssl=openssl \
--strip=0 \
--otr=1 \
- --ssl=openssl
+
make
}
More information about the arch-commits
mailing list