summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 1 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 8e56006..25f4fbf 100644
--- a/SConstruct
+++ b/SConstruct
@@ -738,10 +738,7 @@ if change:
for line in map(lambda x: x[:-1], os.popen(cmd, "r").readlines()):
a = string.split(line)
if a[1] == "remove":
- if a[3][0] == '(':
- df.append(a[4])
- else:
- df.append(a[3])
+ df.append(a[-1])
cmd = "aegis -list -terse pf 2>/dev/null"
pf = map(lambda x: x[:-1], os.popen(cmd, "r").readlines())