_post_phase_cmds: fix syntax
authorFabian Groffen <grobian@gentoo.org>
Thu, 9 Feb 2012 08:16:01 +0000 (09:16 +0100)
committerFabian Groffen <grobian@gentoo.org>
Thu, 9 Feb 2012 08:16:01 +0000 (09:16 +0100)
pym/portage/package/ebuild/doebuild.py

index dd804f441002835b6e1cc6f4e2d61167b9e127a9..15beb903954bb36cec71183a44ee062456ff00d1 100644 (file)
@@ -1507,7 +1507,7 @@ _post_phase_cmds = {
                "preinst_sfperms",
                "preinst_selinux_labels",
                "preinst_suid_scan",
-               ]
+               ],
 
        "postinst" : [
                "postinst_aix"]