mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
11 lines
263 B
JavaScript
11 lines
263 B
JavaScript
|
|
require ("../../common.jake");
|
|
|
|
var FILE = require("file"),
|
|
SYSTEM = require("system"),
|
|
path = FILE.Path(FILE.join(SYSTEM.prefix, "bin", "dump_theme"));
|
|
|
|
sudo(["cp", "-f", "dump_theme", path]);
|
|
sudo(["chmod", "755", path]);
|
|
copyManPage("dump_theme", 1);
|