From 004acbc2a368913d155821cba107ff41d6607a7d Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Sat, 18 May 2019 11:09:21 +0100 Subject: [PATCH] Fixed build issue Could't install howdy yesterday. Turns out the --yes option has been removed. Removing --yes from pkgbuild allowed me to install --- archlinux/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index e562913..f1c58a6 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -66,7 +66,7 @@ package() { # Installing dlib with GPU cd dlib_clone - python3 setup.py install --yes USE_AVX_INSTRUCTIONS --no DLIB_USE_CUDA --root="$pkgdir/" --optimize=1 --skip-build + python3 setup.py install --no DLIB_USE_CUDA --root="$pkgdir/" --optimize=1 --skip-build cd .. # Installing pam-python