makepkg.conf: no compress = FASTER

Sleepy Mikaela typoed something and only noticed now...
This commit is contained in:
Aminda Suomalainen 2016-06-17 12:13:24 +03:00
parent f8f31f568b
commit bb8a483a3a
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -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'