ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/mkmanifest
(Generate patch)

Comparing deliantra/Deliantra-Client/mkmanifest (file contents):
Revision 1.2 by root, Sun Aug 13 02:43:22 2006 UTC vs.
Revision 1.3 by root, Sun Aug 13 03:22:15 2006 UTC

1#!/bin/sh 1#!/bin/sh
2 2
3( 3(
4 grep -v ^resources/ MANIFEST 4 <MANIFEST grep -v ^resources/ | grep -v ^pod/
5 echo
5 for file in \ 6 for file in \
6 resources/*.png \ 7 resources/*.png \
7 resources/fonts/*.ttf \ 8 resources/fonts/*.ttf \
8 resources/sounds/*.wav \ 9 resources/sounds/*.wav \
9 resources/sounds/*.ogg \ 10 resources/sounds/*.ogg \
13 resources/pod/*.png \ 14 resources/pod/*.png \
14 pod/*.pod 15 pod/*.pod
15 do 16 do
16 echo "$file" 17 echo "$file"
17 done 18 done
18) >MANIFEST~ && mv MANIFEST~ MANIFEST 19) | uniq >MANIFEST~ && mv MANIFEST~ MANIFEST
19 20
20 21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines