diff options
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/pkg_extract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/pkg_extract.c b/libopkg/pkg_extract.c index d9fbdd5..d8b06a6 100644 --- a/libopkg/pkg_extract.c +++ b/libopkg/pkg_extract.c @@ -31,7 +31,7 @@ int pkg_extract_control_file_to_stream(pkg_t *pkg, FILE *stream) { deb_extract(pkg->local_filename, stream, extract_control_tar_gz - | extract_to_stdout, /* to stream actually */ + | extract_to_stream, NULL, "./control"); return 0; |