aboutsummaryrefslogtreecommitdiffstats
path: root/packdrake
diff options
context:
space:
mode:
Diffstat (limited to 'packdrake')
-rwxr-xr-xpackdrake4
1 files changed, 2 insertions, 2 deletions
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";