Add install target to Makefile

Install atom into /usr/local/atom and adds a 
symlink for /usr/local/bin/atom
This commit is contained in:
Kevin Sawicki
2012-06-07 16:01:02 -07:00
parent e7a5ff12cf
commit b0489810cc
5 changed files with 25 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ void ClientHandler::OnLoadStart(CefRefPtr<CefBrowser> browser,
global->SetValue("atom", atom, V8_PROPERTY_ATTRIBUTE_NONE);
CefRefPtr<CefV8Value> loadPath = CefV8Value::CreateString(
AppPath() + "/../..");
AppPath() + "/..");
atom->SetValue("loadPath", loadPath, V8_PROPERTY_ATTRIBUTE_NONE);
CefRefPtr<CefV8Value> bootstrapScript = CefV8Value::CreateString(