Texlive Package Problem

Ken Brown kbrown@cornell.edu
Wed Feb 18 10:08:00 GMT 2015


On 2/17/2015 5:47 PM, Corinna Vinschen wrote:
> On Feb 17 17:16, Ken Brown wrote:
>> 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.
>
> It's a bit harshly written, isn't it?
>
> If you checked the cygwin repo out with :pserver:anoncvs, you don't have
> write access using this local copy of the repo.  If you can check out
> with the :ext:<your sourware account> you probably have write access.
> If the commit fails, you don't.  Just give it a try and please add a
> valid ChangeLog entry.

Done.

Ken


--
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



More information about the Cygwin mailing list