# HG changeset patch # User Pascal Bellard # Date 1306351889 -7200 # Node ID 35775080bc780f01ce3a83e19e850a70b78266ba # Parent d732fbc919a6cacb32b505a200b3d3f1af6dfe48 pam_ssh: update bdeps diff -r d732fbc919a6 -r 35775080bc78 pam_ssh/receipt --- a/pam_ssh/receipt Wed May 25 21:22:35 2011 +0200 +++ b/pam_ssh/receipt Wed May 25 21:31:29 2011 +0200 @@ -9,7 +9,7 @@ WEB_SITE="http://pam-ssh.sourceforge.net/" WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" DEPENDS="pam libcrypto openssh-pam" -BUILD_DEPENDS="pam-dev file" +BUILD_DEPENDS="pam-dev file openssh-pam" # Rules to configure and make the package. compile_rules() @@ -18,7 +18,7 @@ ./configure --prefix=/usr \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.