Units and Cygport

Charles Wilson cygwin@cwilson.fastmail.fm
Fri Jul 13 16:16:00 GMT 2007


John Morrison wrote:

> I assume that at this point I need to edit the .cygport script and change
> how the src_install() function works, but I'm at a loss and I can't find
> sufficient information at a dumb enough level for me to work it out.
> 
> Can anyone help?  Sorry about the long post.

I suspect that the units package does not support ${DESTDIR} 
installation.  Try:

USE_DESTDIR=0
src_install() {
         cd ${B}
         cyginstall

         make_etc_defaults /etc/cygport.conf
}

--
Chuck

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list