mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #6964 from antonlacon/checkdeps-fedora
scripts/checkdeps: fedora bdftopcf package name change
This commit is contained in:
@@ -111,12 +111,20 @@ case "${DISTRO}" in
|
||||
[g++]=gcc-c++
|
||||
[mkfontscale]=xorg-x11-font-utils
|
||||
[mkfontdir]=xorg-x11-font-utils
|
||||
[bdftopcf]=xorg-x11-font-utils
|
||||
[xsltproc]=libxslt
|
||||
[java]=java-1.8.0-openjdk
|
||||
[python3]=python3
|
||||
[rpcgen]=rpcgen
|
||||
)
|
||||
if [ "${DISTRO}" = "fedora" ]; then
|
||||
dep_map+=(
|
||||
[bdftopcf]=bdftopcf
|
||||
)
|
||||
else
|
||||
dep_map+=(
|
||||
[bdftopcf]=xorg-x11-font-utils
|
||||
)
|
||||
fi
|
||||
if [[ ! $(rpm -qa glibc-static) ]]; then
|
||||
dep_map+=(
|
||||
[glibc-static]=glibc-static
|
||||
|
||||
Reference in New Issue
Block a user