From 78017ba487c029d1908b58f026844825ce8ff1f3 Mon Sep 17 00:00:00 2001 From: sgunderson Date: Sat, 26 May 2001 20:36:50 +0000 Subject: [PATCH] Increased the bzip2 block size to 400kB (the raw tar dump has become a little bigger with all the new features and fixes). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 922a10f..336d254 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,4 +74,4 @@ package: cp debian/control debian/copyright debian/dirs betaftpd-$(VERSION)/debian cp debian/init.d debian/rules debian/watch.ex betaftpd-$(VERSION)/debian tar cf - betaftpd-$(VERSION)/ | gzip -9vv > betaftpd-$(VERSION).tar.gz - tar cf - betaftpd-$(VERSION)/ | bzip2 -3vv > betaftpd-$(VERSION).tar.bz2 + tar cf - betaftpd-$(VERSION)/ | bzip2 -4vv > betaftpd-$(VERSION).tar.bz2 -- 2.39.2