From b4a16cfbf0283988ccaa40815110c362a578ddf7 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 7 Sep 2007 18:53:08 +0100 Subject: [PATCH] WinGit: only copy the files from /bin/ that are really necessary For example, we do not need to include the autoconf stuff at all. Signed-off-by: Johannes Schindelin --- share/WinGit/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/release.sh b/share/WinGit/release.sh index e6a38ce757..0c1be6c5ef 100644 --- a/share/WinGit/release.sh +++ b/share/WinGit/release.sh @@ -19,7 +19,7 @@ mkdir "$TMPDIR" && cp create-shortcut.exe "$TMPDIR"/bin) && cd "$TMPDIR" && echo "Copying files" && -(cd / && tar cf - bin/ lib/perl5/) | +(cd / && tar cf - bin/{git*,awk,basename.exe,bash.exe,bunzip2,bzip2.exe,cat.exe,chmod.exe,clear,cmp.exe,cp.exe,cpio,cut.exe,cvs.exe,date.exe,diff.exe,du.exe,echo,egrep,env.exe,expr.exe,false.exe,find.exe,gawk.exe,grep.exe,gunzip,gzip.exe,head.exe,id.exe,less.exe,libW11.dll,ln.exe,ls.exe,md5sum.exe,mkdir.exe,msys-1.0.dll,msysltdl-3.dll,mv.exe,patch.exe,patch.exe.manifest,perl.exe,printf,ps.exe,pwd,rm.exe,rmdir.exe,rxvt.exe,scp.exe,sed.exe,sh.exe,sleep.exe,sort.exe,split.exe,ssh-agent.exe,ssh.exe,tail.exe,tar.exe,tee.exe,touch.exe,tr.exe,true.exe,uname.exe,uniq.exe,vi,vim.exe,wc.exe,which,xargs.exe} lib/perl5/) | tar xvf - && gitmd5=$(md5sum bin/git.exe | cut -c 1-32) && md5sum bin/git-*.exe | sed -n "s/^$gitmd5 \\*//p" > fileList-builtins.txt && -- 2.11.4.GIT