From f0b96b41c46132a5afb542d132a773f43fbbc02f Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sat, 24 Nov 2018 18:23:12 +0100 Subject: [PATCH] archlinux needs patch as well --- scripts/setup-archlinux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-archlinux.sh b/scripts/setup-archlinux.sh index 09e9a7902..b7aa03789 100755 --- a/scripts/setup-archlinux.sh +++ b/scripts/setup-archlinux.sh @@ -32,6 +32,7 @@ PACKAGES+=" xmlto" #PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses. PACKAGES+=" expat" # Needed by ghostscript PACKAGES+=" libjpeg-turbo" # Needed by ghostscript +PACKAGES+=" patch" sudo pacman -Syq --noconfirm $PACKAGES