]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.h
Use package directory as work dir for ExternalActions and make filename arguments...
[builder.git] / source / sourcepackage.h
index 3b6ef11d845bb36262f776817fa9a44859c19bf7..bcdd74cbbfb30aae55b60e0ec9971720efc529b5 100644 (file)
@@ -51,7 +51,6 @@ public:
        };
 
        SourcePackage(Builder &, const std::string &, const Msp::Path &);
-       void                set_path(const Msp::Path &);
        const std::string   &get_name() const           { return name; }
        const std::string   &get_version() const        { return version; }
        const std::string   &get_description() const    { return description; }