From bcfd8863f12c05474866e018db7d15b39a87ca01 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 11 Mar 2018 18:49:31 +0100 Subject: community/dolphin-emu: fixed cmake patch --- community/dolphin-emu/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/dolphin-emu') diff --git a/community/dolphin-emu/PKGBUILD b/community/dolphin-emu/PKGBUILD index 938ee26c..e4d679bf 100644 --- a/community/dolphin-emu/PKGBUILD +++ b/community/dolphin-emu/PKGBUILD @@ -1,6 +1,6 @@ eval "$( declare -f build | \ sed ' - s|cmake ..|cmake .. -DENABLE_GENERIC='TRUE'| + s|cmake ../dolphin-emu|cmake ../dolphin-emu -DENABLE_GENERIC='TRUE'| ' )" -- cgit v1.2.3