summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5391933bd31..c93a2effa65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -96,7 +96,7 @@ pkgver() {
# Doing so, breaks incremental compilation.
prepare() {
cd "$srcdir/$pkgname"
-
+ rustup show
[[ -x configure ]] || ./autogen.sh
}