diff options
author | Roy Marples <roy@marples.name> | 2008-01-13 10:21:22 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-13 10:21:22 +0000 |
commit | 7f9ea7c7c4205912dba730209a5878301f5ef492 (patch) | |
tree | 49b815f184e75ad49044e0a27e3f3e2408eb599d /src/rc | |
parent | 5bf95bd3f357a75c52305e8c30c53ce4fc134e44 (diff) |
Fix PAM install
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index d3940b79..45212e74 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -58,7 +58,7 @@ install: all for x in $(RC_BINLINKS); do ln -fs ${BINDIR}/${PROG} $(DESTDIR)/${LIBNAME}/${PROG}/bin/$$x; done ${INSTALL} -d ${DESTDIR}/${LIBNAME}/${PROG}/sbin for x in ${RC_SBINLINKS}; do ln -fs ${BINDIR}/${PROG} ${DESTDIR}/${LIBNAME}/${PROG}/sbin/$$x; done - if test "${PAM}" = pam; then \ + if test "${MKPAM}" = pam; then \ ${INSTALL} -d ${DESTDIR}${PAMDIR}; \ ${INSTALL} -m ${PAMMODE} start-stop-daemon.pam ${DESTDIR}${PAMDIR}/start-stop-daemon; \ fi |