This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Units and Cygport


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]