Commit 764a9c4331cb6f7f46a4aeee9dd94af8e5a3428d

Authored by Paulo Tada
1 parent ddb6c689
Exists in master and in 1 other branch mezuro_spb

Fixing noosfero.spec

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/pkg-rpm/noosfero/noosfero.spec
... ... @@ -3,7 +3,7 @@
3 3  
4 4 Name: noosfero
5 5 Version: 1.5.0+spb9
6   -Release: 2
  6 +Release: 3
7 7 Summary: Social Networking Platform
8 8 Group: Applications/Publishing
9 9 License: AGPLv3
... ... @@ -153,7 +153,7 @@ module Noosfero
153 153 noosfero:translations:compile
154 154 makemo
155 155 ]
156   - if $PROGRAM_NAME =~ /rake$/ && (ignore_rake_commands.include?(ARGV.first))
  156 + if \$PROGRAM_NAME =~ /rake$/ && (ignore_rake_commands.include?(ARGV.first))
157 157 Noosfero::Plugin.should_load = false
158 158 else
159 159 config.active_record.observers = :article_sweeper, :role_assignment_sweeper, :friendship_sweeper, :category_sweeper, :block_sweeper
... ...