mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Reverts commit 0c0780273c.
Tarball from distribution don't have Makefile.
This commit is contained in:
parent
e1cc3ac777
commit
b9d567a22a
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -17,10 +17,10 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
# Tests depend of Mercurial sources
|
||||
if [[ -n "$HGSRC" ]]; then
|
||||
make tests HGROOT="${HGSRC}" PYTHON=python2
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/tests"
|
||||
python2 "${HGSRC}/tests/run-tests.py"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue