Skip to content

Instantly share code, notes, and snippets.

@powdahound
Created February 21, 2011 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save powdahound/837315 to your computer and use it in GitHub Desktop.
Save powdahound/837315 to your computer and use it in GitHub Desktop.
# On Ubuntu 10.04.1 LTS this is added "libmozjs-dev" after upgrading form 0.9.8 to 0.9.12
dev_pkgs << value_for_platform(
"debian" => { "default" => "libmozjs-dev" },
"ubuntu" => {
"9.04" => "libmozjs-dev",
"9.10" => "libmozjs-dev",
"default" => "xulrunner-dev"
}
)
@powdahound
Copy link
Author

False alarm - a newer version of the cookbook was being used instead of the one I expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment