From: Fabian Groffen Date: Thu, 9 Feb 2012 08:16:01 +0000 (+0100) Subject: _post_phase_cmds: fix syntax X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12b07d61f9b7dc85a4d2bf3a0fa75f161be9dcab;p=portage.git _post_phase_cmds: fix syntax --- diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py index dd804f441..15beb9039 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -1507,7 +1507,7 @@ _post_phase_cmds = { "preinst_sfperms", "preinst_selinux_labels", "preinst_suid_scan", - ] + ], "postinst" : [ "postinst_aix"]