X-Spam-Check-By: sourceware.org Message-ID: <4697A557.7070200@cwilson.fastmail.fm> Date: Fri, 13 Jul 2007 12:16:23 -0400 From: Charles Wilson User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Units and Cygport References: <3511 DOT 192 DOT 168 DOT 0 DOT 50 DOT 1184340542 DOT squirrel AT mail DOT morrison DOT mine DOT nu> In-Reply-To: <3511.192.168.0.50.1184340542.squirrel@mail.morrison.mine.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/