aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/perform.c
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-08-04 21:20:09 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-08-04 21:20:09 +0000
commit752b4d681edeeb09b296547c5518ec277ef98ea4 (patch)
treeb1a6d425b155fa34050dab08670300f3af4a9827 /usr.sbin/pkg_install/create/perform.c
parentfc1c73c21abeeb8188f27297a496cde627a6702a (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create/perform.c')
-rw-r--r--usr.sbin/pkg_install/create/perform.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 1691b337238d..df4b5a2707d0 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -69,10 +69,6 @@ pkg_perform(char **pkgs)
Zipper = BZIP2;
pkg[len - 4] = '\0';
}
- else if ((len > 5) && (!strcmp(&pkg[len - 5], ".tbz2"))) {
- Zipper = BZIP2;
- pkg[len - 5] = '\0';
- }
}
if (Zipper == BZIP2) {
suf = "tbz";