mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-15 13:55:09 -05:00
fixed a log mask
This commit is contained in:
parent
3bbfdf4ce8
commit
c1b2f48abf
@ -403,7 +403,7 @@ int _alpm_runscriptlet(char *root, char *installfn, char *script, char *ver, cha
|
||||
snprintf(cmdline, PATH_MAX, "echo \"umask 0022; source %s %s %s\" | chroot %s /bin/sh",
|
||||
scriptpath, script, ver, root);
|
||||
}
|
||||
_alpm_log(PM_LOG_FLOW2, "%s", cmdline);
|
||||
_alpm_log(PM_LOG_DEBUG, "%s", cmdline);
|
||||
system(cmdline);
|
||||
|
||||
if(strlen(tmpdir) && _alpm_rmrf(tmpdir)) {
|
||||
|
Loading…
Reference in New Issue
Block a user