aboutsummaryrefslogtreecommitdiffstats
path: root/community/inkscape/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/inkscape/APKBUILD')
-rw-r--r--community/inkscape/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/inkscape/APKBUILD b/community/inkscape/APKBUILD
index d8da4412998..15c53a41c4d 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() {