aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-19 18:41:37 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-21 16:57:20 +0200
commit11405be84ea294497e12d03d7219f607063f4a00 (patch)
tree295f91cfa01312e727e974ed9df4aa68e4972508
parentWindows: build.bash: include liblzma-crt-mixing.txt in the package. (diff)
downloadxz-11405be84ea294497e12d03d7219f607063f4a00.tar.xz
Windows: build.bash: Include COPYING.0BSD in the package.
-rw-r--r--windows/build.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/build.bash b/windows/build.bash
index 383a3f2b..fa7b938c 100644
--- a/windows/build.bash
+++ b/windows/build.bash
@@ -201,7 +201,7 @@ mkdir -pv pkg/{include/lzma,doc/{api,manuals,examples}}
txtcp pkg/include "" src/liblzma/api/lzma.h
txtcp pkg/include/lzma "" src/liblzma/api/lzma/*.h
txtcp pkg/doc "" src/liblzma/liblzma.def
-txtcp pkg/doc .txt AUTHORS COPYING NEWS README THANKS
+txtcp pkg/doc .txt AUTHORS COPYING COPYING.0BSD NEWS README THANKS
txtcp pkg/doc "" doc/*.txt \
windows/README-Windows.txt \
windows/liblzma-crt-mixing.txt \