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