mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-24 00:38:51 -05:00
Merge branch 'maint'
This commit is contained in:
commit
95cb4b6874
@ -112,6 +112,8 @@ static int parse_descfile(struct archive *a, pmpkg_t *newpkg)
|
|||||||
newpkg->provides = alpm_list_add(newpkg->provides, strdup(ptr));
|
newpkg->provides = alpm_list_add(newpkg->provides, strdup(ptr));
|
||||||
} else if(!strcmp(key, "backup")) {
|
} else if(!strcmp(key, "backup")) {
|
||||||
newpkg->backup = alpm_list_add(newpkg->backup, strdup(ptr));
|
newpkg->backup = alpm_list_add(newpkg->backup, strdup(ptr));
|
||||||
|
} else if(!strcmp(key, "makepkgopt")) {
|
||||||
|
/* not used atm */
|
||||||
} else {
|
} else {
|
||||||
_alpm_log(PM_LOG_DEBUG, "%s: syntax error in description file line %d\n",
|
_alpm_log(PM_LOG_DEBUG, "%s: syntax error in description file line %d\n",
|
||||||
newpkg->name ? newpkg->name : "error", linenum);
|
newpkg->name ? newpkg->name : "error", linenum);
|
||||||
|
Loading…
Reference in New Issue
Block a user