index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 18:49:31 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 18:49:31 +0100 |
commit | bcfd8863f12c05474866e018db7d15b39a87ca01 (patch) | |
tree | 55eefc2e6d4b5fa4d0ffa71c5fad0955450f0cfc /community/dolphin-emu | |
parent | 36b03a36506ac1a0774d266ff1cbf215e691d6fe (diff) |
-rw-r--r-- | community/dolphin-emu/PKGBUILD | 2 |
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'| ' )" |