Skip to content

Commit

Permalink
Update the installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jun 19, 2015
1 parent 0f62926 commit c9f391d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
13 changes: 5 additions & 8 deletions Tools/capp_env/Jakefile
@@ -1,12 +1,9 @@

require ("../../common.jake");

var OS = require("os"),
task = require("jake").task;
var FILE = require("file"),
SYSTEM = require("system"),
path = FILE.Path(FILE.join(SYSTEM.prefix, "bin", "capp_env"));

task ("build", function()
{
sudo(["./install.sh"]);
});

task ("default", ["build"]);
sudo(["cp", "-f", "capp_env", path]);
sudo(["chmod", "755", path]);
2 changes: 1 addition & 1 deletion Tools/capp_env/README.md
Expand Up @@ -36,7 +36,7 @@ If you install the Cappuccino source while in an virtual env, all the tools will

Just close the current terminal, or run

deactivate
capp_env_deactivate


## TODOs
Expand Down
9 changes: 0 additions & 9 deletions Tools/capp_env/install.sh

This file was deleted.

0 comments on commit c9f391d

Please sign in to comment.