From klik-devel Sun Apr 27 16:54:56 2008 From: codesite-noreply () google ! com Date: Sun, 27 Apr 2008 16:54:56 +0000 To: klik-devel Subject: [klik-devel] [klikclient commit] r1481 - Message-Id: <0016e644d030b21634044bdda81c () google ! com> X-MARC-Message: https://marc.info/?l=klik-devel&m=120931532902605 Author: lionel.tricon Date: Sun Apr 27 09:51:11 2008 New Revision: 1481 Modified: trunk/client/trunk/klikclient/lib/klik/execute.py Log: Change the name of the fakechroot library Modified: trunk/client/trunk/klikclient/lib/klik/execute.py ============================================================================== --- trunk/client/trunk/klikclient/lib/klik/execute.py (original) +++ trunk/client/trunk/klikclient/lib/klik/execute.py Sun Apr 27 09:51:11 2008 @@ -94,7 +94,7 @@ # Setup fake chroot - libfakechroot = os.path.abspath(os.path.join(self.klik.sys_path, os.path.pardir, "lib", "klik", "libfakechroot.so")) + libfakechroot = os.path.abspath(os.path.join(self.klik.sys_path, os.path.pardir, "lib", "klik", "libfakechroot2.so")) if os.getenv("LD_PRELOAD") != None: os.environ["LD_PRELOAD"] = libfakechroot + ":" + os.getenv("LD_PRELOAD") else: _______________________________________________ klik-devel mailing list klik-devel@kde.org https://mail.kde.org/mailman/listinfo/klik-devel