| delorie.com/archives/browse.cgi | search |
| 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 <cygwin AT cwilson DOT fastmail DOT fm> |
| 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> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |