Use an 8.3 friendly extension when compressing with bzip2.
This commit is contained in:
parent
29a487cb1f
commit
9e0e832f14
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user