]> git.ipfire.org Git - pakfire.git/commitdiff
build: Update name of local repository
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Jun 2021 12:37:24 +0000 (12:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Jun 2021 12:37:24 +0000 (12:37 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c

index a2a1ce3584b490d7bd49bf7d08b575d8d4bd98ce..4971853e8115cee80c5fb2bdbad859de6857f488 100644 (file)
@@ -849,7 +849,7 @@ PAKFIRE_EXPORT int pakfire_build(Pakfire pakfire, const char* path,
 
        // The default target is the local repository path
        if (!target) {
-               PakfireRepo repo = pakfire_get_repo(pakfire, "local");
+               PakfireRepo repo = pakfire_get_repo(pakfire, "@local");
                if (!repo) {
                        errno = EINVAL;
                        return 1;