diff options
| author | Ben Straub <bs@github.com> | 2013-10-10 15:29:57 -0700 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-10-10 15:29:57 -0700 |
| commit | 4d43e6300ca40b8c00ca674288a29e1ca696d316 (patch) | |
| tree | ffcafebb2d6e1d9e3929c029147b342b79853d9b | |
| parent | 743531372a00e41246026910e2361684e2aad59f (diff) | |
| parent | 84c469814e634f9e2638eaf979a644fb44baffb0 (diff) | |
| download | libgit2-4d43e6300ca40b8c00ca674288a29e1ca696d316.tar.gz | |
Merge pull request #1898 from arthurschreiber/patch-2
Fix a typo in the rpm build instructions.
| -rw-r--r-- | packaging/rpm/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/README b/packaging/rpm/README index 1a6410b16..cc1851fb5 100644 --- a/packaging/rpm/README +++ b/packaging/rpm/README @@ -1,4 +1,4 @@ -To build RPM pakcages for Fedora, follow these steps: +To build RPM packages for Fedora, follow these steps: cp packaging/rpm/libgit2.spec ~/rpmbuild/SPECS cd ~/rpmbuild/SOURCES wget https://github.com/downloads/libgit2/libgit2/libgit2-0.16.0.tar.gz |
