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

@@ -1,4 +1,4 @@
# Maintainer: Roberto Catini <roberto.catini@gmail.com>
# Maintainer: Roberto Catini <roberto.catini@gmail.com>
pkgname=rippled
pkgrel=1
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
scons build/rippled
scons
}
check() {