mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix mksrcarc.sh for directory reorganisation.
[originally from svn r4797]
This commit is contained in:
parent
71228b9c45
commit
6366365622
@ -10,7 +10,7 @@ text=`{ find . -name CVS -prune -o \
|
||||
-name '*.dsw' -prune -o \
|
||||
-type f -print | sed 's/^\.\///'; } | \
|
||||
grep -ivE MODULE\|putty.iss\|website.url | grep -vF .ico`
|
||||
bin=`{ ls -1 *.ico putty.iss website.url; \
|
||||
bin=`{ ls -1 windows/*.ico windows/putty.iss windows/website.url; \
|
||||
find . -name '*.dsp' -print -o -name '*.dsw' -print; }`
|
||||
zip -k -l putty-src.zip $text > /dev/null
|
||||
zip -k putty-src.zip $bin > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user