From bb8a483a3a5c591ad99339c3b3306d539345bc9c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 17 Jun 2016 12:13:24 +0300 Subject: [PATCH] makepkg.conf: no compress = FASTER Sleepy Mikaela typoed something and only noticed now... --- conf/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/makepkg.conf b/conf/makepkg.conf index dfdbc9c8..dfe1253a 100644 --- a/conf/makepkg.conf +++ b/conf/makepkg.conf @@ -1,5 +1,5 @@ # Use as many jobs as there are CPU cores MAKEFLAGS="-j$(nproc)" -# Create uncompressed packages, bigger packages, but slower build/install +# Create uncompressed packages, bigger packages, but faster build/install PKGEXT='.pkg.tar'