From 79d5944e7b163b824a33029001941f444e2efedb Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 17 Apr 2023 10:34:58 -0400 Subject: main: Fix control file name --- (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 14c586f..d2f513b 100644 --- a/src/main.c +++ b/src/main.c @@ -128,7 +128,7 @@ _opkg_opk_main_read_control(struct opkg_opk_ustar *ustar) size_t size; int ret; - if (opkg_opk_ustar_seek(ustar, "control") != OPKG_OPK_OK) { + if (opkg_opk_ustar_seek(ustar, "./control") != OPKG_OPK_OK) { fputs("Error: Failed to find control file\n", stderr); return OPKG_OPK_ERROR; } -- cgit v0.9.1