diff options
author | Rob Crittenden <rcritten@redhat.com> | 2011-02-10 17:52:43 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-10 17:52:43 -0500 |
commit | 2b2642e0c2eb8a08acdd56e69772d8caa2f099a6 (patch) | |
tree | b940969818d318bf38f52fca82f23210898eaacb /BUILD.txt | |
parent | 978be506669d60b74a244cd067e8907153c7d407 (diff) | |
download | freeipa-2b2642e0c2eb8a08acdd56e69772d8caa2f099a6.tar.gz freeipa-2b2642e0c2eb8a08acdd56e69772d8caa2f099a6.tar.xz freeipa-2b2642e0c2eb8a08acdd56e69772d8caa2f099a6.zip |
Rename ipa.spec.in to freeipa.spec.in in BUILD.txt.
This is the shortcut to installing the build-deps.
ticket 859
Diffstat (limited to 'BUILD.txt')
-rw-r--r-- | BUILD.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "^/"` This is currently (01/05/11): |