delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1996/09/22/03:10:01

Date: Sun, 22 Sep 1996 08:58:58 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: DJ Delorie <dj AT delorie DOT com>
Cc: djgpp-workers AT delorie DOT com
Subject: Re: zips and upper case (.S)
In-Reply-To: <199609200158.VAA18898@delorie.com>
Message-Id: <Pine.SUN.3.91.960922085136.8588G-100000@is>
Mime-Version: 1.0

On Thu, 19 Sep 1996, DJ Delorie wrote:

> I modified my batch files, but zip stores the file names in lower case
> even when I explicitly list them in mixed case.

You are probably using an old version of Zip.  The latest ones preserve 
case (look into the zips of Text/File-utils I've made: they all include 
files with mixed case, and I did this on native DOS).

Btw, here's what I do to make case-sensitive zips on MSDOS:

	- create a listing of the original distribution using DJTAR
	- edit it to change the directory name of the root of the package 
installation (e.g. fileutils-3.13 -> gnu/filutil3.13)
	- change some names that are illegal on MSDOS even if truncated, 
or will clash when truncated (e.g. fileutils.info-3 -> fileutils.i3) 
using the tarchang file created by DJTAR
	- add the names of DOS-specific files that I add to the package 
while porting
	- invoke Zip with the resulting file as a response file:

		zip -9 @files.lst

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019