From bcb16098cd35a660040adeb722be6fa084e596dd Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Tue, 3 Dec 2002 19:22:01 +0000 Subject: add instClass to xcustom varargs --- dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.py') 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")), -- cgit