X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.cpp;h=e1dc9dfd5177bf98c60a21933fb7fdb941e437ec;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=f63bff882439c3f8174479d7ff18232e6110f5b2;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/binarypackage.cpp b/source/binarypackage.cpp index f63bff8..e1dc9df 100644 --- a/source/binarypackage.cpp +++ b/source/binarypackage.cpp @@ -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;