diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-21 12:43:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-21 12:43:48 +0000 |
commit | d9ac92148446895e73cb69aeda7e740f10acff5a (patch) | |
tree | 755ca31996fa80379842bd1ebecf202b79ba85b8 | |
parent | 28dac9bfd84b687de77af710a3557797a59ab402 (diff) | |
download | aports-d9ac92148446895e73cb69aeda7e740f10acff5a.tar.bz2 aports-d9ac92148446895e73cb69aeda7e740f10acff5a.tar.xz |
community/inkscape: only run checks in src
we skip the translation checks which fails
-rw-r--r-- | community/inkscape/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/inkscape/APKBUILD b/community/inkscape/APKBUILD index d8da441299..15c53a41c4 100644 --- a/community/inkscape/APKBUILD +++ b/community/inkscape/APKBUILD @@ -55,7 +55,7 @@ build() { check() { cd "$builddir" - PATH="$PATH:." make check + PATH="$PATH:$PWD" make -C src check } package() { |