]> git.tdb.fi Git - builder.git/blobdiff - source/externalaction.h
Use package directory as work dir for ExternalActions and make filename arguments...
[builder.git] / source / externalaction.h
index 2ab4ca0e00958432084771e25bbd383ed1ac0556..232e0847c1770dd0c3dec2d586758e7cc080c6b7 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of builder
+Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef EXTERNALACTION_H_
 #define EXTERNALACTION_H_
 
@@ -15,6 +22,7 @@ public:
        int check();
 protected:
        StringList argv;
+       Msp::Path  work_dir;
        int        pid;
        int        exit_code;