index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | andrew.gregory.8@gmail.com <andrew.gregory.8@gmail.com> | 2011-11-22 00:35:46 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-22 00:31:10 -0600 |
commit | 77af613efc8b4c99115fdf81f8284955b1e95da6 (patch) | |
tree | ee524d8440ea43b407c20696be6ee03597ed94bb /lib/libalpm/util.h | |
parent | 96b3ba3470f11842312e4fdb34b74b391842fc33 (diff) |
-rw-r--r-- | lib/libalpm/util.h | 2 |
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index fa86679f..1e192747 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -127,7 +127,7 @@ int _alpm_unpack(alpm_handle_t *handle, const char *archive, const char *prefix, int _alpm_rmrf(const char *path); ssize_t _alpm_files_in_directory(alpm_handle_t *handle, const char *path, int full_count); int _alpm_logaction(alpm_handle_t *handle, const char *fmt, va_list args); -int _alpm_run_chroot(alpm_handle_t *handle, const char *path, char *const argv[]); +int _alpm_run_chroot(alpm_handle_t *handle, const char *cmd, char *const argv[]); int _alpm_ldconfig(alpm_handle_t *handle); int _alpm_str_cmp(const void *s1, const void *s2); char *_alpm_filecache_find(alpm_handle_t *handle, const char *filename); |