wok diff netatalk-pam/receipt @ rev 13873

dahdi-man: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 14 23:50:30 2013 +0100 (2013-01-14)
parents 2ad34d8fdfe7
children 380ffe05937a
line diff
     1.1 --- a/netatalk-pam/receipt	Sun Feb 27 01:38:28 2011 +0100
     1.2 +++ b/netatalk-pam/receipt	Mon Jan 14 23:50:30 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="netatalk-pam"
     1.7 -VERSION="2.1.5"
     1.8 +VERSION="2.2.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="The AppleTalk Protocol Suite using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -23,18 +23,18 @@
    1.13  	--libexecdir=/usr/lib/netatalk \
    1.14  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 +	make DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/share $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/sbin $fs/usr
    1.26 -	cp -a $_pkg/usr/lib/netatalk $fs/usr/lib
    1.27 -	cp -a $_pkg/etc $fs
    1.28 -	cp -a stuff/etc $fs
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +	cp -a $install/usr/sbin $fs/usr
    1.31 +	cp -a $install/usr/lib/netatalk $fs/usr/lib
    1.32 +	cp -a $install/etc $fs
    1.33 +	cp -a $stuff/etc $fs
    1.34  	rm -f $fs/etc/netatalk/uams/*a
    1.35  }
    1.36