changeset 5907:4935192bba89

Using '*' instead of '.' for cygwin packages. Fixes fatal leading dot. Cygwin packages must not have a leading dot. That breaks or may break in several interestnig ways. Although using globbing [*] is uglier than packaging everything [.], it will probably work just as well. That's the mantra of Windows anyway, right: "It works." See http://cygwin.com/ml/cygwin/2010-03/msg00012.htmlhttp://cygwin.com/ml/cygwin/2010-03/msg00012.html
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 01 Mar 2010 14:32:38 +0100
parents 03fc8c60909d
children f862b8ea4a20
files bin/cygwin-packager
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/cygwin-packager	Thu Oct 29 02:06:28 2009 -0700
+++ b/bin/cygwin-packager	Mon Mar 01 14:32:38 2010 +0100
@@ -284,7 +284,7 @@
     def _tar (self, dir, ball, content, env={}):
         ball_dir = os.path.dirname (ball)
         if not misc.locate_files (dir, content):
-            content = '.'
+            content = '*'
         e = env.copy ()
         e.update (locals ())
         self.system ('''