From 121d31bf88a7211cdc655fcf72f547d4d46fb73f Mon Sep 17 00:00:00 2001 From: Fabiano FidĂȘncio Date: Feb 16 2018 07:50:15 +0000 Subject: CONTRIBUTE: Remove unneeded \ Signed-off-by: Fabiano FidĂȘncio --- diff --git a/developers/contribute.rst b/developers/contribute.rst index 8131c94..1455ec3 100644 --- a/developers/contribute.rst +++ b/developers/contribute.rst @@ -147,10 +147,10 @@ To build SSSD from source, follow these steps: 3. Install SSSD dependencies :: # when using yum - sudo yum-builddep rpmbuild/SRPMS/sssd-\*.src.rpm + sudo yum-builddep rpmbuild/SRPMS/sssd-*.src.rpm # when using dnf - sudo dnf builddep rpmbuild/SRPMS/sssd-\*.src.rpm + sudo dnf builddep rpmbuild/SRPMS/sssd-*.src.rpm If you plan on working with the SSSD source often, you may want to add the following to your ``~/.bashrc`` file: ::