]> git.tdb.fi Git - builder.git/blobdiff - source/binarypackage.cpp
Reorder class members
[builder.git] / source / binarypackage.cpp
index f63bff882439c3f8174479d7ff18232e6110f5b2..e1dc9dfd5177bf98c60a21933fb7fdb941e437ec 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -20,10 +20,6 @@ BinaryPackage::BinaryPackage(Builder &b, const string &n):
        use_pkgconfig=false;
 }
 
-/**
-Sets the path where the package files were installed.  This is only useful if
-the package doesn't use pkg-config.
-*/
 void BinaryPackage::set_path(const Msp::FS::Path &p)
 {
        path=builder.get_cwd()/p;