summaryrefslogtreecommitdiff
path: root/package/pam/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-27 17:02:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-27 17:02:05 +0200
commitc1e90da10c6cee0eb663b121f40e61ab65b3553f (patch)
tree2373828f2b6c52a53a6acdc7338140506a160c09 /package/pam/Makefile
parent312019626227fdbe000ccf494053433df223fb6f (diff)
make xdm fly
Diffstat (limited to 'package/pam/Makefile')
-rw-r--r--package/pam/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pam/Makefile b/package/pam/Makefile
index 4e521a910..93169d848 100644
--- a/package/pam/Makefile
+++ b/package/pam/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= pam
PKG_VERSION:= 1.1.4
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= ff8f3c4382b78ac211e11bcd56ab17bf
PKG_DESCR:= Pluggable Authentication Modules
PKG_BUILDDEP:= flex
@@ -29,7 +29,7 @@ pam-install:
$(INSTALL_DIR) $(IDIR_PAM)/lib/security
$(CP) $(WRKINST)/lib/libpam*.so* $(IDIR_PAM)/lib
$(CP) $(WRKINST)/lib/security/*.so* $(IDIR_PAM)/lib/security
- $(CP) $(WRKBUILD)/conf/pam.conf $(IDIR_PAM)/etc
+ $(CP) ./files/pam.conf $(IDIR_PAM)/etc
# /lib is not automatically installed to staging area
$(CP) $(WRKINST)/lib/libpam*.so* $(STAGING_DIR)/usr/lib