aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-07-06 22:09:19 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-09-08 21:10:27 +0200
commitc8f9dbd494732c43d5b3626ba7010bf27d1f7664 (patch)
tree3799e318528e04b1a614a8b921cdc0f48d69edbf /cmake
parenta0672be24d53ec78d1a2567cf60d9f774b0d158a (diff)
downloadwnix-c8f9dbd494732c43d5b3626ba7010bf27d1f7664.tar.gz
Move PS1-specific files to subdirectory
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ps1.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ps1.cmake b/cmake/ps1.cmake
index bbc1c4c..21d77fa 100644
--- a/cmake/ps1.cmake
+++ b/cmake/ps1.cmake
@@ -30,7 +30,7 @@ add_custom_target(bin_cue ALL mkpsxiso ${PROJECT_NAME}.iso ${PROJECT_NAME}.bin
${license} -s DEPENDS iso)
if(NOT EXISTS "${cdroot}/system.cnf")
- file(COPY "src/system.cnf" DESTINATION "${cdroot}")
+ file(COPY "src/ps1/system.cnf" DESTINATION "${cdroot}")
endif()
if(CMAKE_BUILD_TYPE STREQUAL "Debug")