Use an 8.3 friendly extension when compressing with bzip2.

This commit is contained in:
David E. O'Brien 2002-08-04 06:03:34 +00:00
parent 29a487cb1f
commit 9e0e832f14

View File

@ -75,7 +75,7 @@ pkg_perform(char **pkgs)
}
}
if (Zipper == BZIP2) {
suf = "tbz2";
suf = "tbz";
setenv("BZIP2", "-9", 0);
} else if (Zipper == GZIP) {
suf = "tgz";