diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2009-07-08 11:08:32 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-07-16 06:12:04 -0500 |
commit | 2e043aae36bdb8a7591646db00a95dd21f1f368f (patch) | |
tree | 6bc63b3cb042e310aa21d6991cfdaff589fa5f14 /lib/libalpm/add.c | |
parent | 41a55d4effecfb2914e96ed4a99eb621557c6d2f (diff) |
Run ldconfig inside chroot.
This fixes FS#15294.
The code to run a command inside a chroot was refactored from the
_alpm_runscriptlet function to _alpm_run_chroot.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Diffstat (limited to 'lib/libalpm/add.c')
-rw-r--r-- | lib/libalpm/add.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 451a6295..4bd52dea 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -888,7 +888,6 @@ int _alpm_add_commit(pmtrans_t *trans, pmdb_t *db) } /* run ldconfig if it exists */ - _alpm_log(PM_LOG_DEBUG, "running \"ldconfig -r %s\"\n", handle->root); _alpm_ldconfig(handle->root); return(0); |