[Freeipa-devel] [PATCH] one-liner to fix BUILD.txt

Rob Crittenden rcritten at redhat.com
Thu Feb 10 22:54:24 UTC 2011


Pushed this one-liner to fix reference to ipa.spec.in in BUILD.txt

ticket 859

diff --git a/BUILD.txt b/BUILD.txt
index d70351d..df029a5 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -5,7 +5,7 @@ Dependencies

  The quickest way to get the dependencies needed for building is:

-# yum install rpm-build `grep "^BuildRequires" ipa.spec.in | awk '{ 
print $2 }'
  | grep -v "^/"`
+# yum install rpm-build `grep "^BuildRequires" freeipa.spec.in | awk '{ 
print $
2 }' | grep -v "^/"`




More information about the Freeipa-devel mailing list