summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588e6c47c52b..55ce4351075d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ PKGEXT='.pkg.tar' # Prevent compressing of the final package
prepare() {
if [ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]; then
- warning "It seems that you have less than 10GB left.If you are using an AUR-Helper"
+ warning "It seems that you have less than 10GB left. If you are using an AUR-Helper"
warning "or building on a small partition (like /tmp), you might want to change the"
warning "build-/cache-directory as this package is rather big"
fi