This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
multimc5-offline/cmake-patch.diff
Taylor Smock 375287bfaf Updated to 0.4.10
* Removed code that allowed for switching save directories
	* make install has the bin name as MultiMC not MultiMC5.
		Start script can use either name.
2016-01-22 07:58:32 -07:00

35 lines
887 B
Diff

diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index d9c37a4..b3a5985 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -459,12 +459,12 @@ else()
endif()
# qtconf
-install(
- CODE "
-file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${QTCONF_DEST_DIR}/qt.conf\" \"\")
-"
- COMPONENT Runtime
-)
+# install(
+# CODE "
+# file(WRITE \"\${CMAKE_INSTALL_PREFIX}/${QTCONF_DEST_DIR}/qt.conf\" \"\")
+# "
+# COMPONENT Runtime
+# )
# ICNS file for OS X
if(APPLE)
diff --git a/application/install_prereqs.cmake.in b/application/install_prereqs.cmake.in
index 11c8bbc..ba40cbc 100644
--- a/application/install_prereqs.cmake.in
+++ b/application/install_prereqs.cmake.in
@@ -26,5 +26,5 @@ set(gp_cmd_paths ${gp_cmd_paths}
)
include(BundleUtilities)
-fixup_bundle("@APPS@" "${QTPLUGINS}" "@DIRS@")
+# fixup_bundle("@APPS@" "${QTPLUGINS}" "@DIRS@")