summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e7ff0c638ca..c0c4521ce5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,9 @@ pkgver() {
}
prepare() {
+ if ! which dc &> /dev/null; then
+ echo "Looks like you don't have bc (or your path is wonky)! The program will work, but you won't get the memory percent."
+ fi
cd NerdFetch
}