Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a5b90e0fc4baaedfb3ca453e068f5cda913f1bf5
commit a5b90e0fc4baaedfb3ca453e068f5cda913f1bf5 Author: Miklos Vajna <[email protected]> Date: Sun Sep 5 15:29:21 2010 +0200 ejabberd-2.1.5-2-i686 - use the relevant docdir/libdir switches instead of using Fmv after Fbuild diff --git a/source/network-extra/ejabberd/FrugalBuild b/source/network-extra/ejabberd/FrugalBuild index 91f6173..33e5339 100644 --- a/source/network-extra/ejabberd/FrugalBuild +++ b/source/network-extra/ejabberd/FrugalBuild @@ -3,7 +3,7 @@ pkgname=ejabberd pkgver=2.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="A free and open source instant messaging server written in Erlang." url="http://ejabberd.jabber.ru/" depends=('erlang>=14A-2') @@ -25,10 +25,9 @@ build() Fcd $pkgname-${pkgver%%_*} Fpatchall cd src - Fmake --prefix=/ + Fmake --prefix=/ --docdir=/usr/share/doc/$pkgname-$pkgver/html --libdir=/usr/lib Fmakeinstall Fmkdir /var/spool/ejabberd /usr/ - Fmv /var/lib /usr/ Fmv /sbin /usr Fsed 'EJABBERD_EBIN=.*' 'EJABBERD_EBIN=$ROOTDIR/usr/lib/ejabberd/ebin' $Fdestdir/usr/sbin/ejabberdctl Fsed 'EJABBERD_MSGS_PATH=.*' 'EJABBERD_MSGS_PATH=$ROOTDIR/usr/lib/ejabberd/priv/msgs' $Fdestdir/usr/sbin/ejabberdctl _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
