Skip to content

Commit c592015

Browse files
committed
Update PKGBUILD
1 parent 5a54723 commit c592015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for packagename in "${package_names[@]}"; do
1212
cd mingw-w64-$packagename
1313
# Deletes everything except PKGBUILD and *.patch
1414
find . -mindepth 1 ! -name PKGBUILD ! -name '*.patch' -exec rm -rf {} +
15-
dos2unix PKGBUILD
15+
dos2unix PKGBUILD *.patch
1616
if ! makepkg -s -f --noconfirm ; then
1717
echo "$packagename build failed!"
1818
exit 1

0 commit comments

Comments
 (0)