From 4fedd6092fd52d05448b3a55be8b305484905de0 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 28 Aug 2000 15:00:07 +0000 Subject: *** empty log message *** --- packdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packdrake') diff --git a/packdrake b/packdrake index daf7e79..57b4acf 100755 --- a/packdrake +++ b/packdrake @@ -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"; -- cgit v1.2.1