testing/ejabberd: fix typo

This commit is contained in:
Carlo Landmeter 2016-11-23 12:45:55 +01:00
parent 47c9e2374d
commit 10dec003c8

View File

@ -41,7 +41,7 @@ prepare() {
build() {
cd "$builddir"
./autogen.sh | return 1
./autogen.sh || return 1
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \