wok-6.x rev 10552
pam_ssh: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 21:31:29 2011 +0200 (2011-05-25) |
parents | d732fbc919a6 |
children | 50df99a5f244 |
files | pam_ssh/receipt |
line diff
1.1 --- a/pam_ssh/receipt Wed May 25 21:22:35 2011 +0200 1.2 +++ b/pam_ssh/receipt Wed May 25 21:31:29 2011 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 WEB_SITE="http://pam-ssh.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" 1.6 DEPENDS="pam libcrypto openssh-pam" 1.7 -BUILD_DEPENDS="pam-dev file" 1.8 +BUILD_DEPENDS="pam-dev file openssh-pam" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -18,7 +18,7 @@ 1.13 ./configure --prefix=/usr \ 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.