On Thu, Sep 13, 2018, at 10:07 AM, Ian Lepore wrote:
> On Thu, 2018-09-13 at 07:48 +0000, Brad Davis wrote:
> > Author: brd
> > Date: Thu Sep 13 07:48:49 2018
> > New Revision: 338633
> > URL: https://svnweb.freebsd.org/changeset/base/338633
> > 
> > Log:
> >   Fix build after r338621 by avoiding LINKS and installing the link
> > manually.
> >   
> >   Approved by:      re (rgrimes), 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 07:15:02 2018        
> > (r338632)
> > +++ head/lib/libpam/pam.d/Makefile  Thu Sep 13 07:48:49 2018        
> > (r338633)
> > @@ -27,7 +27,9 @@ ATPACKAGE+=       at
> >  CONFGROUPS+=       FTP
> >  FTP+=      ftpd
> >  FTPPACKAGE+=       ftp
> > -LINKS=     ${FILESDIR}/ftpd ${FILESDIR}/ftp
> > +
> > +afterinstallconfig:
> > +   ${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp
> 
> I think this line should probably be ${DESTDIR}/${CONFDIR} for both
> source and dest.

Yep.. Too late at night and missed that and it didn't show up in my packages 
build, but does in dumbbells..

I have a diff over to re@


Regards,
Brad Davis
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to