diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2025-07-15 20:27:22 +0200 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2025-07-15 20:30:24 +0200 |
| commit | 3be3874871520c3bde6e951e3e35068c03a5982d (patch) | |
| tree | 43aa217e7804004dd7f06f75ea69b985448df795 | |
| parent | games/narcissu2: unbreak build after 3fc4fad26362 (diff) | |
emulators/yuzu: unbreak build after 3fc4fad26362
cp: /portdistfilesyuzu-s20230424/compatibility_list.json: No such file or directory
*** Error code 1
Reported by: pkg-fallout
| -rw-r--r-- | emulators/yuzu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index bfdeabf39138..b69cba9c8771 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -136,7 +136,7 @@ WEBENGINE_CMAKE_BOOL= YUZU_USE_QT_WEB_ENGINE WEBENGINE_IMPLIES= GUI post-extract: - @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \ + @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${DISTDIR}/,} \ ${WRKSRC}/dist/compatibility_list/ post-patch: |
