X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarball.cpp;h=825c0ba79e237ea44c5010c262ac71d4f5ae78ba;hb=722d53055cc78a7a7d9901d2b1fe23a2a33fb623;hp=71e16377ee613cc24be87fce3d9364cf8b18b2a3;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/tarball.cpp b/source/tarball.cpp index 71e1637..825c0ba 100644 --- a/source/tarball.cpp +++ b/source/tarball.cpp @@ -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 {