diff options
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/pkg_extract.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libopkg/pkg_extract.c b/libopkg/pkg_extract.c index b7d924c..0f21e40 100644 --- a/libopkg/pkg_extract.c +++ b/libopkg/pkg_extract.c @@ -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; } |