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: Texlive Package Problem


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


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