mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Change ArchLinux/PKGBUILD to have correct ripple build line.
This commit is contained in:
committed by
Miguel Portilla
parent
d90ba775e8
commit
80acbe6f6b
@@ -1,4 +1,4 @@
|
|||||||
# Maintainer: Roberto Catini <roberto.catini@gmail.com>
|
# Maintainer: Roberto Catini <roberto.catini@gmail.com>
|
||||||
|
|
||||||
pkgname=rippled
|
pkgname=rippled
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
@@ -21,7 +21,7 @@ pkgver() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
scons build/rippled
|
scons
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
|||||||
Reference in New Issue
Block a user