diff options
Diffstat (limited to 'community/inkscape/APKBUILD')
-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() { |