[gegl] fix typo

Nils Philippsen nphilipp at fedoraproject.org
Tue Apr 3 13:26:35 UTC 2012


commit 4c54377581099103ae244e3cd0982f0c0ad6905c
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Apr 3 15:26:27 2012 +0200

    fix typo

 gegl.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 3f208ad..77a0688 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -158,9 +158,9 @@ echo '%%defattr(-, root, root, -)' > "$files_ws"
 pushd %{buildroot}%{_libdir}/gegl-%{apiver}
 for opfile in *.so; do
     if fgrep -q -x "$opfile" "$non_ws_filenames_file"; then
-        echo "{_libdir}/gegl-%{apiver}/$opfile" >> "$files_non_ws"
+        echo "%{_libdir}/gegl-%{apiver}/$opfile" >> "$files_non_ws"
     else
-        echo "{_libdir}/gegl-%{apiver}/$opfile" >> "$files_ws"
+        echo "%{_libdir}/gegl-%{apiver}/$opfile" >> "$files_ws"
     fi
 done
 popd


More information about the scm-commits mailing list