aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Jacocks2022-12-16 17:49:17 -0500
committerAlexander Jacocks2022-12-16 17:49:17 -0500
commit4a86c1c452b0c290e24131e79e601c9f20e78176 (patch)
tree543b88c99ae5b3e1f99a2b5c6f2baaa35d0aecf9
parent30cfb7840f3a4f08b20784e66425f560839076c5 (diff)
parentf78d65e8f2efc5bd54fe92762c83c4c8db6bc5d5 (diff)
downloadaur-4a86c1c452b0c290e24131e79e601c9f20e78176.tar.gz
patch
-rw-r--r--CMakeLists.txt.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt.patch b/CMakeLists.txt.patch
index 712cc5cdb757..42391592bb22 100644
--- a/CMakeLists.txt.patch
+++ b/CMakeLists.txt.patch
@@ -1,6 +1,6 @@
---- BambuStudio/CMakeLists.txt.orig 2022-10-14 00:35:55.606666615 -0400
-+++ BambuStudio/CMakeLists.txt 2022-10-14 10:58:21.179999900 -0400
-@@ -691,8 +691,10 @@
+--- BambuStudio/CMakeLists.txt-orig 2022-11-30 13:25:41.756684249 -0500
++++ BambuStudio/CMakeLists.txt 2022-11-30 13:27:39.770018152 -0500
+@@ -694,8 +694,10 @@
install(DIRECTORY "${SLIC3R_RESOURCES_DIR}/" DESTINATION "${CMAKE_INSTALL_PREFIX}/resources")
elseif (SLIC3R_FHS)
# CMAKE_INSTALL_FULL_DATAROOTDIR: read-only architecture-independent data root (share)
@@ -13,7 +13,7 @@
PATTERN "*/udev" EXCLUDE
)
install(FILES src/platform/unix/BambuStudio.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications)
-@@ -701,7 +703,7 @@
+@@ -704,7 +706,7 @@
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/${SIZE}x${SIZE}/apps RENAME BambuStudio.png
)
endforeach()