We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25dc49 commit 8c7db8bCopy full SHA for 8c7db8b
mingw-build/PKGBUILD
@@ -73,7 +73,7 @@ prepare() {
73
cd "${startdir}/.."
74
# Copy all files except build directory and .git
75
find . -maxdepth 1 -type f -exec cp {} "${srcdir}/${_realname}/" \;
76
- for dir in compat doc ffbuild fftools libav* libsw* tools; do
+ for dir in compat doc ffbuild fftools libav* libsw* tests tools; do
77
if [ -d "$dir" ]; then
78
cp -r "$dir" "${srcdir}/${_realname}/" 2>/dev/null || true
79
fi
0 commit comments