SHA256
1
0
forked from pool/rpcs3
rpcs3/fix-test-files.patch
Klaus Kämpf 54e90e1f06 Accepting request 1060942 from home:guoyunhe:branches:Emulators
- Add patch fix-test-files.patch
- Remove test files that are only useful for developers and testers
- Remove rpmlint because lint issues had been fixed by patch

OBS-URL: https://build.opensuse.org/request/show/1060942
OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=41
2023-02-06 09:29:14 +00:00

12 lines
429 B
Diff

diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt
index 72b3e06e0bd..5a599102287 100644
--- a/rpcs3/CMakeLists.txt
+++ b/rpcs3/CMakeLists.txt
@@ -217,6 +217,4 @@ if(UNIX AND NOT APPLE)
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
install(DIRECTORY ../bin/git
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
- install(DIRECTORY ../bin/test
- DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
endif()