diff options
| author | Mike Fulbright <msf@redhat.com> | 2002-12-03 19:22:01 +0000 |
|---|---|---|
| committer | Mike Fulbright <msf@redhat.com> | 2002-12-03 19:22:01 +0000 |
| commit | bcb16098cd35a660040adeb722be6fa084e596dd (patch) | |
| tree | 95495d191c7b7c949156f87b4dcecbbca6fcf6ee /dispatch.py | |
| parent | 00a83be9766ea0990ff209620300f094747a26f7 (diff) | |
add instClass to xcustom varargs
Diffstat (limited to 'dispatch.py')
| -rw-r--r-- | dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py index e683c6a71..2f3ffcd32 100644 --- a/dispatch.py +++ b/dispatch.py @@ -132,7 +132,7 @@ installSteps = [ ("videocard", ("dispatch", "id.xsetup", "id.videocard", "intf")), ("monitor", ("id.xsetup", "id.monitor")), ("xcustom", ("id.xsetup", "id.monitor", "id.videocard", - "id.desktop", "id.comps", "instPath")), + "id.desktop", "id.comps", "id.instClass", "instPath")), ("writexconfig", writeXConfiguration, ("id", "instPath")), ("writeksconfig", writeKSConfiguration, ("id", "instPath")), ("dopostaction", doPostAction, ("id", "instPath")), |
