mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
12 lines
243 B
JavaScript
12 lines
243 B
JavaScript
|
|
require ("../../common.jake");
|
|
|
|
var FILE = require("file"),
|
|
SYSTEM = require("system"),
|
|
path = FILE.Path(FILE.join(SYSTEM.prefix, "bin", "dump_theme"));
|
|
|
|
FILE.copy("dump_theme", path);
|
|
path.chmod(0755);
|
|
|
|
copyManPage("dump_theme", 1);
|