aboutsummaryrefslogtreecommitdiffstats
path: root/packdrake
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-08-28 15:00:07 +0000
committerFrancois Pons <fpons@mandriva.com>2000-08-28 15:00:07 +0000
commit4fedd6092fd52d05448b3a55be8b305484905de0 (patch)
tree240a3d3a2470911a280f722963d30abbfd142beb /packdrake
parent9fddd6aa7598d9605d08d012f83c7e13fcc254c4 (diff)
downloadrpmtools-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-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";