about summary refs log tree commit diff
path: root/src/librustpkg/rustpkg.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2013-06-27 11:16:53 -0700
committerCorey Richardson <corey@octayn.net>2013-06-28 10:47:59 -0400
commitf25f466afe7d4d94d711e4f288fd39ab72f1cc61 (patch)
tree24a07c645104ff214d1b3a62da1d086b76886f90 /src/librustpkg/rustpkg.rs
parentf6a27cbda273d5d39af953bca12990cc4930382c (diff)
downloadrust-f25f466afe7d4d94d711e4f288fd39ab72f1cc61.tar.gz
rust-f25f466afe7d4d94d711e4f288fd39ab72f1cc61.zip
librustc: Fix even *more* merge fallout!
Diffstat (limited to 'src/librustpkg/rustpkg.rs')
-rw-r--r--src/librustpkg/rustpkg.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustpkg/rustpkg.rs b/src/librustpkg/rustpkg.rs
index ca13ba39d59..550a3411b5d 100644
--- a/src/librustpkg/rustpkg.rs
+++ b/src/librustpkg/rustpkg.rs
@@ -192,6 +192,7 @@ pub trait CtxMethods {
     fn clean(&self, workspace: &Path, id: &PkgId);
     fn info(&self);
     fn install(&self, workspace: &Path, id: &PkgId);
+    fn install_no_build(&self, workspace: &Path, id: &PkgId);
     fn prefer(&self, _id: &str, _vers: Option<~str>);
     fn test(&self);
     fn uninstall(&self, _id: &str, _vers: Option<~str>);