chiark
/
gitweb
/
~mdw
/
termux-packages
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pass: Add comment on why we depend on coreutils
[termux-packages]
/
scripts
/
setup-archlinux.sh
diff --git
a/scripts/setup-archlinux.sh
b/scripts/setup-archlinux.sh
index 895e16f462465d385c588532a496f6ccc3496adb..09e9a79027e70196bc1dd463d12cdd57f7992ea4 100755
(executable)
--- a/
scripts/setup-archlinux.sh
+++ b/
scripts/setup-archlinux.sh
@@
-30,6
+30,8
@@
PACKAGES+=" scons"
PACKAGES+=" texinfo"
PACKAGES+=" xmlto"
#PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
PACKAGES+=" texinfo"
PACKAGES+=" xmlto"
#PACKAGES+=" xutils-dev" # Provides 'makedepend' which the openssl build uses.
+PACKAGES+=" expat" # Needed by ghostscript
+PACKAGES+=" libjpeg-turbo" # Needed by ghostscript
sudo pacman -Syq --noconfirm $PACKAGES
sudo pacman -Syq --noconfirm $PACKAGES