| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:message-id:date:from:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| q=dns; s=default; b=kuF++y4X1sZZmlMtLykqfqk5iKulGbiFwiqZvfdZnro | |
| en+o/QdrKv6Hoo78Vsx4kKhzMzNxLxGh0OycONzOpgVXganIlnqiIvAaS9iCXkmd | |
| FbyD8QplttuNihdQsFO19kHPh6ZUggMMTxucQvH3n3e/34ZiYFAx1K1eon1kjvTw | |
| = | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:message-id:date:from:mime-version:to:subject | |
| :references:in-reply-to:content-type:content-transfer-encoding; | |
| s=default; bh=CsjBjPWuK8oKVULUqkP4OAPQEbI=; b=EEqJwoP9oqGAzPZIB | |
| LAEv2kQQvMQN68IOZZNKz6PeZTNAI6Mu3eN7nYwhXjPGuYkZfWDfpiAfreBYMmhQ | |
| 7x8WWZn3LTr7KRqM+BSKWd8NwlhUT4SsO63xKvHFeUt3Yg5eayXKam3Nc4dyVSxe | |
| nFRZ3oH9+r1avsN+DmBkL5MZbI= | |
| 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 |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 |
| X-HELO: | limerock02.mail.cornell.edu |
| X-CornellRouted: | This message has been Routed already. |
| Message-ID: | <54E3BDDA.7080703@cornell.edu> |
| Date: | Tue, 17 Feb 2015 17:16:58 -0500 |
| From: | Ken Brown <kbrown AT cornell DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Texlive Package Problem |
| References: | <54E38496 DOT 9020500 AT w5pny DOT com> <54E38E53 DOT 4020906 AT cornell DOT edu> <87h9uks6n1 DOT fsf AT Rainer DOT invalid> <54E39493 DOT 9090706 AT cornell DOT edu> <54E39E64 DOT 5060904 AT cornell DOT edu> <20150217213943 DOT GD4340 AT calimero DOT vinschen DOT de> |
| In-Reply-To: | <20150217213943.GD4340@calimero.vinschen.de> |
| X-IsSubscribed: | yes |
On 2/17/2015 4:39 PM, Corinna Vinschen wrote:
> On Feb 17 15:02, Ken Brown wrote:
>> Index: dump_setup.cc
>> ===================================================================
>> RCS file: /cvs/src/src/winsup/utils/dump_setup.cc,v
>> retrieving revision 1.28
>> diff -u -p -r1.28 dump_setup.cc
>> --- dump_setup.cc 16 Sep 2013 17:01:58 -0000 1.28
>> +++ dump_setup.cc 17 Feb 2015 20:00:40 -0000
>> @@ -396,7 +396,7 @@ check_package_files (int verbose, char *
>> if (!directory_exists (verbose, filename, package))
>> result = false;
>> }
>> - else if (!strncmp (filename, "etc/postinstall/", 16))
>> + else if (strstr (filename, "/postinstall/"))
>> {
>> if (!file_exists (verbose, filename, ".done", package))
>> result = false;
>
> Fine with me.
Should I go ahead and commit this? I *think* I have the right to do it
[1], but I've never done it before except for changes to cygwin-pkg-maint.
Ken
[1] Since I'm not sure I have the right, I apparently don't, according
to the last sentence at https://cygwin.com/cvs.html.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |