Change ArchLinux/PKGBUILD to have correct ripple build line.

This commit is contained in:
Tom Ritchford
2015-05-19 18:01:30 -04:00
committed by Miguel Portilla
parent d90ba775e8
commit 80acbe6f6b

View File

@@ -21,7 +21,7 @@ pkgver() {
build() { build() {
cd "$srcdir/$pkgname" cd "$srcdir/$pkgname"
scons build/rippled scons
} }
check() { check() {