[egoboo] Needed to use braces

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 02:50:30 UTC 2012


commit 71b06d87516d7cb0662e11c54c23a692c044f4f2
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 12:53:36 2012 -0500

    Needed to use braces

 egoboo-opts.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egoboo-opts.patch b/egoboo-opts.patch
index 7baf3c3..e7271c5 100644
--- a/egoboo-opts.patch
+++ b/egoboo-opts.patch
@@ -16,7 +16,7 @@
  endif
  
 -CFLAGS  := ${OPT} ${INC}
-+CFLAGS  := $RPM_OPT_FLAGS ${INC}
++CFLAGS  := ${RPM_OPT_FLAGS} ${INC}
  
  #------------------------------------
  # definitions of the target projects


More information about the scm-commits mailing list