wok diff ejabberd/receipt @ rev 18563

Up slitaz-configs(267)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 09 01:03:10 2015 +0200 (2015-11-09)
parents 42b844028fd8
children 8dd8bab3f0ca
line diff
     1.1 --- a/ejabberd/receipt	Sun May 22 00:21:45 2011 +0000
     1.2 +++ b/ejabberd/receipt	Mon Nov 09 01:03:10 2015 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Jabber/XMPP instant messaging server (real-time communication)."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.ejabberb.im/"
    1.10  WGET_URL="http://www.process-one.net/downloads/$PACKAGE/$VERSION/$TARBALL"
    1.11 @@ -32,7 +33,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/etc/init.d
    1.15 -	cp -a $_pkg/* $fs
    1.16 +	cp -a $install/* $fs
    1.17  	ln -s /usr/sbin/ejabberdctl $fs/etc/init.d/ejabberd
    1.18  }
    1.19