Files
MSYS2-packages/pactoys-git/0002-disable-odd-msys2-check.patch
2021-05-28 02:06:06 -07:00

17 lines
663 B
Diff

diff --git a/Makefile b/Makefile
index 816f96f..9f2d4e9 100644
--- a/Makefile
+++ b/Makefile
@@ -28,9 +28,9 @@ install:
install -Dm644 source/repman/native/inih/LICENSE.txt "$(DESTDIR)/usr/share/licenses/pactoys/inih/LICENSE"
# MSYS2
-ifeq ($(system_type),Msys2)
+#ifeq ($(system_type),Msys2)
mkdir -p "$(DESTDIR)/var/cache/pacboy"
install -Dm755 source/pacboy/pacboy.sh "$(DESTDIR)/usr/bin/pacboy"
install -Dm644 source/pacboy/pacboy.completion "$(DESTDIR)/usr/share/bash-completion/completions/pacboy"
install -Dm644 source/saneman/modules/msys2.sane.sh "$(DESTDIR)/usr/share/saneman/modules/msys2.sane"
-endif
+#endif