gxemul: do not run the tests, aborts x86 installation just by 1 test (assume it's ok).
This commit is contained in:
parent
85b499ee70
commit
6ff8c294f2
1 changed files with 3 additions and 0 deletions
|
@ -12,7 +12,10 @@ checksum=d3f85c7964b44b085e088862d88b1f31d907fb99c5321900c0b3a723c82581e8
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
PREFIX=/usr ./configure
|
PREFIX=/usr ./configure
|
||||||
|
# Fix man path.
|
||||||
sed -i 's,$(PREFIX)/man,$(PREFIX)/share/man,g' Makefile
|
sed -i 's,$(PREFIX)/man,$(PREFIX)/share/man,g' Makefile
|
||||||
|
# Skip tests
|
||||||
|
sed -i '/^install:/s/test//' Makefile
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
make CXX=$CXX CC=$CC ${makejobs}
|
make CXX=$CXX CC=$CC ${makejobs}
|
||||||
|
|
Loading…
Reference in a new issue