wok diff openldap/receipt @ rev 17120

Up moc (2.5.0)
author Paul Issott <paul@slitaz.org>
date Thu Sep 04 23:36:22 2014 +0100 (2014-09-04)
parents e9130cce9043
children 17e313b5b9c1
line diff
     1.1 --- a/openldap/receipt	Sun Jun 30 09:55:32 2013 +0200
     1.2 +++ b/openldap/receipt	Thu Sep 04 23:36:22 2014 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="LDAP database system."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tgz"
     1.9  WEB_SITE="http://www.openldap.org/"
    1.10  WGET_URL="ftp://ftp.openldap.org/pub/OpenLDAP/$PACKAGE-release/$TARBALL"
    1.11 @@ -39,11 +40,11 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/etc/ldap.d
    1.15 -	cp -a $_pkg/etc $fs
    1.16 -	cp -a $_pkg/usr/bin $fs/usr
    1.17 -	cp -a $_pkg/usr/sbin $fs/usr
    1.18 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.19 -	cp -a $_pkg/var $fs
    1.20 +	cp -a $install/etc $fs
    1.21 +	cp -a $install/usr/bin $fs/usr
    1.22 +	cp -a $install/usr/sbin $fs/usr
    1.23 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
    1.24 +	cp -a $install/var $fs
    1.25  	cp -a $stuff/etc/init.d $fs/etc
    1.26  	chmod 700 $fs/var/lib/openldap $fs/etc/openldap
    1.27  }