Subversion Repositories SvarDOS

Rev

Rev 893 | Rev 1515 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 893 Rev 895
Line 23... Line 23...
23
collections of files. Also, the ZIP file format is well documented, well
23
collections of files. Also, the ZIP file format is well documented, well
24
supported, and in the public domain.
24
supported, and in the public domain.
25
 
25
 
26
Here below is the recommended command line that can be used to create a
26
Here below is the recommended command line that can be used to create a
27
package for a program named EXAMPLE labelled as version "1.2.34" using
27
package for a program named EXAMPLE labelled as version "1.2.34" using
28
info-zip's zip:
28
Info-ZIP's Zip:
29
 
29
 
30
  zip -9rkDX example-1.2.34.svp subdir1 subdir2 ... subdirN
30
  zip -9rkDX example-1.2.34.svp subdir1 subdir2 ... subdirN
31
 
31
 
32
If you are using 7za to create your packages, then use this:
32
If you are using 7za to create your packages, then use this:
33
 
33