summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-21 18:26:01 -0500
committerJames P. Harvey2019-02-21 20:09:16 -0500
commite07eb6dc3f92ce7b5d658dfa392fe42613cf396c (patch)
treeb7185263d1651a136c2d056ab12d59acc1dec7ee /PKGBUILD
parent04b3dd0b2320c64348b3320503c8d68660af86a2 (diff)
downloadaur-e07eb6dc3f92ce7b5d658dfa392fe42613cf396c.tar.gz
Don't try to build tools, because they aren't here anymore.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf324e3dec36..15607ae1b152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,7 +64,7 @@ build() {
cd "${srcdir}/${pkgname}-src-r${pkgver}"
export SCONSFLAGS="$MAKEFLAGS"
- scons core tools "${_scons_args[@]}"
+ scons core "${_scons_args[@]}"
}
check() {