aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/parseactions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions/parseactions.py')
-rw-r--r--lib/actions/parseactions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/parseactions.py b/lib/actions/parseactions.py
index 2462a751..cad432a7 100644
--- a/lib/actions/parseactions.py
+++ b/lib/actions/parseactions.py
@@ -89,7 +89,7 @@ def do_file(f, mode):
if mode == "include":
# hack hack hack!!
- print "#include <lib" + f[2:] + ">"
+ print "#include <lib/" + '/'.join(f.split('/')[-2:]) + ">"
else:
print "\t// " + f