Ver Fonte

Include build-essentials

James Allen há 12 anos atrás
pai
commit
fc164cd0c2
2 ficheiros alterados com 7 adições e 4 exclusões
  1. 5 3
      Gruntfile.coffee
  2. 2 1
      chef/cookbooks/packages/recipes/default.rb

+ 5 - 3
Gruntfile.coffee

@@ -247,9 +247,11 @@ module.exports = (grunt) ->
 					Either aspell is not installed or is not in your PATH.
 					
 					On Ubuntu you can install aspell with:
+					
 						sudo apt-get install aspell
 						
 					Or on a mac:
+					
 						brew install aspell
 						
 					This is not a fatal error, but the spell-checker will not work
@@ -330,11 +332,11 @@ module.exports = (grunt) ->
 					grunt.log.error "FAIL."
 					grunt.log.errorlns """
 					Either make is not installed or is not in your path.
-
+					
 					On Ubuntu you can install make with:
-
+					
 					    sudo apt-get install build-essential
-
+					
 					"""
 					return callback(error)
 				else if error?

+ 2 - 1
chef/cookbooks/packages/recipes/default.rb

@@ -6,4 +6,5 @@
 #
 
 package 'git'
-package 'vim'
+package 'vim'
+package 'build-essential'