From: Mike Frysinger Date: Thu, 15 Dec 2005 06:03:00 +0000 (-0000) Subject: ferringb says: i pity the fool who doesnt use better style X-Git-Tag: v2.1_pre1~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc961417e202f54df9f3895b402ea13401fdc208;p=portage.git ferringb says: i pity the fool who doesnt use better style svn path=/main/trunk/; revision=2373 --- diff --git a/pym/portage.py b/pym/portage.py index 52a048053..cdd9ba764 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -669,7 +669,7 @@ def env_update(makelinks=1): commands.getstatusoutput("cd / ; /sbin/ldconfig -r "+root) else: commands.getstatusoutput("cd / ; /sbin/ldconfig -X -r "+root) - elif ostype == "FreeBSD" or ostype == "DragonFly": + elif ostype in ("FreeBSD","DragonFly"): if (ld_cache_update): writemsg(">>> Regenerating "+str(root)+"var/run/ld-elf.so.hints...\n") commands.getstatusoutput("cd / ; /sbin/ldconfig -elf -i -f "+str(root)+"var/run/ld-elf.so.hints "+str(root)+"etc/ld.so.conf")