]> git.ipfire.org Git - pakfire.git/commitdiff
pakfire: Rename local repository to @system
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2021 16:54:10 +0000 (16:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2021 16:54:10 +0000 (16:54 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/pakfire.c

index eed553f9711f733e9978203eaccca11a26605763..d78ddb2c1fb50bb4fb3c693b5937acc905c5d0a0 100644 (file)
@@ -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;