From bc961417e202f54df9f3895b402ea13401fdc208 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 15 Dec 2005 06:03:00 +0000 Subject: ferringb says: i pity the fool who doesnt use better style svn path=/main/trunk/; revision=2373 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3-1-g7c22