From: Michael Tremer Date: Thu, 11 Feb 2021 16:54:10 +0000 (+0000) Subject: pakfire: Rename local repository to @system X-Git-Tag: 0.9.28~1285^2~755 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a904a32387b78c04a833add98f51b3d3ed450f57;p=pakfire.git pakfire: Rename local repository to @system Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/pakfire.c b/src/libpakfire/pakfire.c index eed553f97..d78ddb2c1 100644 --- a/src/libpakfire/pakfire.c +++ b/src/libpakfire/pakfire.c @@ -104,7 +104,7 @@ static int pakfire_populate_pool(Pakfire pakfire) { goto ERROR; // Create the system repository - repo = pakfire_repo_create(pakfire, "@local"); + repo = pakfire_repo_create(pakfire, "@system"); if (!repo) goto ERROR;