diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-09-13 16:14:33 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-09-13 16:14:33 +0000 |
commit | becaaa9be9db201639cd0b5c55858c426981a42c (patch) | |
tree | 48bff44fe7631a1b94e0f2165a072ed5af726ef7 /lib/libpam | |
parent | 0d77d170afafe86d7f7a261a9785f98c3208f3d9 (diff) | |
download | src-becaaa9be9db201639cd0b5c55858c426981a42c.tar.gz src-becaaa9be9db201639cd0b5c55858c426981a42c.zip |
Really fix pam install. Don't commit late at night or you make simple mistakes.
Reported by: dumbbell
Approved by: re (gjb), will (mentor)
Notes
Notes:
svn path=/head/; revision=338651
Diffstat (limited to 'lib/libpam')
-rw-r--r-- | lib/libpam/pam.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/pam.d/Makefile b/lib/libpam/pam.d/Makefile index 97bb296d3462..62c6ff16830d 100644 --- a/lib/libpam/pam.d/Makefile +++ b/lib/libpam/pam.d/Makefile @@ -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" |