summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index 43a41cda..69f87655 100644
--- a/main.cxx
+++ b/main.cxx
@@ -108,7 +108,7 @@ main (int argc, char * const argv [])
s.verbose = false;
s.test_mode = false;
s.last_pass = 5;
- s.runtime_path = "/usr/share/systemtap/runtime"; // XXX
+ s.runtime_path = string(PKGDATADIR) + "/runtime";
s.module_name = "stap_" + stringify(getuid()) + "_" + stringify(time(0));
s.keep_tmpdir = false;