[egoboo/f17] Revert "Needed to use braces"

Bruno Wolff III bruno at fedoraproject.org
Fri Apr 27 04:26:37 UTC 2012


commit 90c77d9a2f3399d81a3b720bb8c30cea9dbff4db
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Thu Apr 26 23:09:45 2012 -0500

    Revert "Needed to use braces"
    
    This reverts commit 71b06d87516d7cb0662e11c54c23a692c044f4f2.

 egoboo-opts.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egoboo-opts.patch b/egoboo-opts.patch
index e7271c5..7baf3c3 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