]> git.tdb.fi Git - builder.git/blobdiff - source/tarball.cpp
Remove the buildable flag and instead check for tool being non-null
[builder.git] / source / tarball.cpp
index 71e16377ee613cc24be87fce3d9364cf8b18b2a3..825c0ba79e237ea44c5010c262ac71d4f5ae78ba 100644 (file)
@@ -6,9 +6,7 @@ using namespace std;
 
 TarBall::TarBall(Builder &b, const SourcePackage &p, const string &n):
        FileTarget(b, &p, p.get_source()/(n+".tar"))
-{
-       buildable = true;
-}
+{ }
 
 const SourcePackage *TarBall::get_package() const
 {