[ogre/f18] Fix misspelling of mkdir

Bruno Wolff III bruno at fedoraproject.org
Sun Apr 21 17:32:16 UTC 2013


commit b93bdfbfcdf453735dd41e55a7d1eec3f9853dd1
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Apr 21 12:31:51 2013 -0500

    Fix misspelling of mkdir

 ogre.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ogre.spec b/ogre.spec
index 9039e8a..69f43f1 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -173,7 +173,7 @@ ln -s ../../../../fonts/dejavu/DejaVuSansCondensed.ttf \
 ln -s ../../../../fonts/dejavu/DejaVuSans.ttf \
   $RPM_BUILD_ROOT%{_datadir}/OGRE/media/fonts/solo5.ttf       
 
-makedir -p $RPM_BUILD_ROOT%{_datadir}/cmake/Modules
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/cmake/Modules
 install -p -m 644 $RPM_BUILD_ROOT%{_datadir}/cmake/Modules/FindOGRE.cmake
 
 %post -p /sbin/ldconfig


More information about the scm-commits mailing list