summaryrefslogtreecommitdiff
path: root/install_dependencies.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-01-29 19:54:02 +0000
committerJavier Jardón <jjardon@gnome.org>2017-01-30 00:01:43 +0000
commit849923031a8092a19ed9c9bd774a418b9be9575d (patch)
tree22e57bf0900c3dd63e3e53514d841639c748b5ba /install_dependencies.sh
parentba8f36641f00f30f6c2172ff7e546e4baec51220 (diff)
downloadybd-849923031a8092a19ed9c9bd774a418b9be9575d.tar.gz
install_dependencies.sh: Fedora needs redhat-rpm-config
Diffstat (limited to 'install_dependencies.sh')
-rwxr-xr-xinstall_dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 113ca03..34fbe3d 100755
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -43,7 +43,7 @@ fi
# install for fedora
command -v dnf >/dev/null 2>&1
if [ $? -eq 0 ] && [ $installed = false ]; then
- $SUDO dnf install -y which make automake gcc gcc-c++ gawk git m4 wget python python-pip git
+ $SUDO dnf install -y which make automake gcc gcc-c++ gawk git m4 wget python python-pip git redhat-rpm-config
if [ $? -ne 0 ]; then
echo "Install failed"
exit 1