Accept a leading "./" for the control file name, but don't mandate it.
[oweals/opkg-lede.git] / libopkg / pkg_extract.c
index b7d924c7d56cc8932379bd86805d076647d54b23..0f21e4011d418b32a0ab285202a7db4631032e6f 100644 (file)
@@ -29,8 +29,7 @@ pkg_extract_control_file_to_stream(pkg_t *pkg, FILE *stream)
        deb_extract(pkg->local_filename, stream,
                        extract_control_tar_gz
                        | extract_to_stream,
-                       NULL, "./control", &err);
-
+                       NULL, "control", &err);
        return err;
 }