From e6c738fc3860d88244e0470a0cf339f2f664d13f Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 2 Jan 2022 19:10:35 +0100 Subject: [PATCH] Remove dependencies for cygwin version --- cygwin/bin/files-here.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cygwin/bin/files-here.txt b/cygwin/bin/files-here.txt index c83e693..d21525f 100644 --- a/cygwin/bin/files-here.txt +++ b/cygwin/bin/files-here.txt @@ -7,8 +7,10 @@ cd /usr/bin # All executables -list_binary="bash bashbug cat clear cut cygwin-console-helper.exe date echo expr ffmpeg ffprobe find ftp grep head ls md5sum mkdir mv cp rm rsync scp sed sleep ssh-add ssh-agent ssh-keygen ssh-keyscan ssh sshpass tail tr wc pwd mintty x264 zenity file ldd touch nano" +list_binary="bash cat clear cut cygwin-console-helper date echo expr ffmpeg ffprobe find grep head ls md5sum mkdir mv cp rm rsync scp sed sleep ssh-add ssh-agent ssh-keygen ssh-keyscan ssh sshpass tail tr wc pwd mintty file ldd touch nano" +echo "* Copying script bashbug" +cp -rfv /usr/bin/bashbug ${HOME}/ks-tools/bin/ for binary in ${list_binary} ; do echo "* Copying binary ${binary}" cp -rfv /usr/bin/${binary}.exe ${HOME}/ks-tools/bin/