diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-07 13:21:06 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-07 13:21:06 +0200 |
commit | 1688cc62bf51ccb611e4c3403c24d93e72fb270f (patch) | |
tree | 5a48a586e4c8b3c3ecdc8587ca8fd2217d31b9c2 /lib | |
parent | b497a4f05fe04e86a120851830f578211fd5ddc1 (diff) | |
download | librpm-tizen-1688cc62bf51ccb611e4c3403c24d93e72fb270f.tar.gz librpm-tizen-1688cc62bf51ccb611e4c3403c24d93e72fb270f.tar.bz2 librpm-tizen-1688cc62bf51ccb611e4c3403c24d93e72fb270f.zip |
Eliminate rpmlead use from legacy retrofitting.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/package.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/package.c b/lib/package.c index 6fbc9e1f4..ca8e7b40b 100644 --- a/lib/package.c +++ b/lib/package.c @@ -971,7 +971,7 @@ exit: * filenames is close enough estimate for legacy indication... */ if (!headerIsEntry(h, RPMTAG_DIRNAMES)) { - legacyRetrofit(h, l); + legacyRetrofit(h); } /* Append (and remap) signature tags to the metadata. */ |