[ogre] Fix newly introduced typo.

Bruno Wolff III bruno at fedoraproject.org
Tue Jan 11 06:20:10 UTC 2011


commit 712a9162e640c9750a6cfb8f0b50df645782ef8a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jan 11 00:18:21 2011 -0600

    Fix newly introduced typo.

 ogre.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ogre.spec b/ogre.spec
index 19c805c..131b481 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -136,7 +136,7 @@ install -p -m 644 lib/Sample_*.so $RPM_BUILD_ROOT%{_libdir}/OGRE/Samples
 mkdir -p $RPM_BUILD_ROOT/etc/OGRE
 for cfg in plugins.cfg quakemap.cfg resources.cfg samples.cfg; do
   install -p -m 644 inst/bin/release/$cfg \
-    $RPM_BUILD_ROOT%/etc/OGRE/
+    $RPM_BUILD_ROOT/etc/OGRE/
 done
 # Fixing bug with wrong case for media
 mv ../Samples/Media/PCZAppMedia/ROOM_NY.mesh ../Samples/Media/PCZAppMedia/room_ny.mesh


More information about the scm-commits mailing list