From c7e2cdb9962423a15f92f2fc7827070d8dba013e Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 11 Jul 2024 11:27:31 +0400 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=91=B7=20install=20net=20profil?= =?UTF-8?q?es=20together=20with=20the=20binary=20distrib"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1ecea69a99d619aa3cadee19199f8c7a90cc0adf. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 857bde1..783569c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,7 +153,3 @@ install( TARGETS ${PROJECT_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) -install( - FILES net-profiles.toml - DESTINATION ${CMAKE_INSTALL_LOCALSTATEDIR}/lib/cachyos-installer -)