svn commit: r338651 - head/lib/libpam/pam.d

Brad Davis brd at FreeBSD.org
Thu Sep 13 16:14:34 UTC 2018


Author: brd
Date: Thu Sep 13 16:14:33 2018
New Revision: 338651
URL: https://svnweb.freebsd.org/changeset/base/338651

Log:
  Really fix pam install.  Don't commit late at night or you make simple mistakes.
  
  Reported by:	dumbbell
  Approved by:	re (gjb), will (mentor)

Modified:
  head/lib/libpam/pam.d/Makefile

Modified: head/lib/libpam/pam.d/Makefile
==============================================================================
--- head/lib/libpam/pam.d/Makefile	Thu Sep 13 15:58:03 2018	(r338650)
+++ head/lib/libpam/pam.d/Makefile	Thu Sep 13 16:14:33 2018	(r338651)
@@ -29,7 +29,7 @@ FTP+=	ftpd
 FTPPACKAGE+=	ftp
 
 afterinstallconfig:
-	${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp
+	${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp
 .endif
 
 .if ${MK_TELNET} != "no"


More information about the svn-src-head mailing list