diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-28 15:00:07 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-28 15:00:07 +0000 |
commit | 4fedd6092fd52d05448b3a55be8b305484905de0 (patch) | |
tree | 240a3d3a2470911a280f722963d30abbfd142beb /packdrake | |
parent | 9fddd6aa7598d9605d08d012f83c7e13fcc254c4 (diff) | |
download | rpmtools-4fedd6092fd52d05448b3a55be8b305484905de0.tar rpmtools-4fedd6092fd52d05448b3a55be8b305484905de0.tar.gz rpmtools-4fedd6092fd52d05448b3a55be8b305484905de0.tar.bz2 rpmtools-4fedd6092fd52d05448b3a55be8b305484905de0.tar.xz rpmtools-4fedd6092fd52d05448b3a55be8b305484905de0.zip |
*** empty log message ***
Diffstat (limited to 'packdrake')
-rwxr-xr-x | packdrake | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -510,8 +510,8 @@ sub main { $tmpz = "$tmpdir/packdrake-tmp.$$"; unless ($method) { - $file =~ /\.cz$/ and $method = "/bin/gzip"; - $file =~ /\.cz2$/ and $method = "/usr/bin/bzip2"; + $file =~ /\.cz$/ and $method = "gzip"; + $file =~ /\.cz2$/ and $method = "bzip2"; } $compress ||= "$method -$ratio"; |