Really fix pam install. Don't commit late at night or you make simple mistakes.

Reported by:	dumbbell
Approved by:	re (gjb), will (mentor)
This commit is contained in:
brd 2018-09-13 16:14:33 +00:00
parent cdd55adca3
commit e099bd35c6

View File

@ -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"