Skip to content

Commit 8c7db8b

Browse files
committed
Add tests directory to file copying to resolve Makefile dependency
1 parent e25dc49 commit 8c7db8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mingw-build/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ prepare() {
7373
cd "${startdir}/.."
7474
# Copy all files except build directory and .git
7575
find . -maxdepth 1 -type f -exec cp {} "${srcdir}/${_realname}/" \;
76-
for dir in compat doc ffbuild fftools libav* libsw* tools; do
76+
for dir in compat doc ffbuild fftools libav* libsw* tests tools; do
7777
if [ -d "$dir" ]; then
7878
cp -r "$dir" "${srcdir}/${_realname}/" 2>/dev/null || true
7979
fi

0 commit comments

Comments
 (0)