Skip to content

Commit 5d63b1b

Browse files
committed
make-file-list: exclude unused DLL on i686
The `msys-smartcols-1.dll` file is included in the `libutils-linux` package, but it is only a dependency of `cfdisk.exe`, `column.exe`, `fdisk.exe`, `sfdisk.exe`, `uuidparse.exe`, and `wipefs.exe`, none of which are included in Git for Windows. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent ea9d92d commit 5d63b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-file-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ else
357357
-e '^/usr/ssl/misc/' \
358358
-e '^/usr/bin/\(captoinfo\|clear\|infocmp\|infotocap\)\.exe$' \
359359
-e '^/usr/bin/\(reset\|tabs\|tic\|toe\|tput\|tset\)\.exe$' \
360-
-e '^/usr/bin/msys-ticw6\.dll$' \
360+
-e '^/usr/bin/msys-\(ticw6\|smartcols-[0-9]*\)\.dll$' \
361361
-e '^/usr/\(lib\|share\)/terminfo/' -e '^/usr/share/tabset/' \
362362
-e "^\\($(echo $EXTRA_FILE_EXCLUDES |
363363
sed 's/ /\\|/g')\\)\$"

0 commit comments

Comments
 (0)