|
|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
#define config_get_global_only_parameters ""
|
|
|
|
|
#define config_get_local_only_parameters ""
|
|
|
|
|
|
|
|
|
|
#define get_publication_list_command "sed -rn \"s/^\\[(.*)\\]$/\\1/p;/^\\[options\\]$/d\" /etc/pacman.conf"
|
|
|
|
|
#define get_publication_list_command "sed -rn \"/^[[:blank:]]*\\[options\\][[:blank:]]*$/d;s/^\\[(.*)\\]$/\\1/p\" /etc/pacman.conf"
|
|
|
|
|
|
|
|
|
|
#define REPOSITORY(target) yon_char_unite("REPOSITORY[",target,"]",NULL)
|
|
|
|
|
#define REPOSITORY_parameter "REPOSITORY"
|
|
|
|
|
|