diff options
-rw-r--r-- | packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py index 9780521e5..4f14d9910 100644 --- a/packages.py +++ b/packages.py @@ -713,7 +713,7 @@ def doInstall(method, id, intf, instPath): w.set(6) - self.instClass.postAction(instPath, flags.serial) + id.instClass.postAction(instPath, flags.serial) w.set(7) |