]> git.sesse.net Git - betaftpd/commitdiff
Increased the bzip2 block size to 400kB (the raw tar dump has become a little bigger...
authorsgunderson <sgunderson>
Sat, 26 May 2001 20:36:50 +0000 (20:36 +0000)
committersgunderson <sgunderson>
Sat, 26 May 2001 20:36:50 +0000 (20:36 +0000)
Makefile.in

index 922a10f3161dc8936b9008ce1525d4f3236566ff..336d254b7eb7894c05fa212a334ce069c4411c67 100644 (file)
@@ -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