mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Fix installation of presets/ directory
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 1.6.3
|
||||
|
||||
Fixes installing presets in their own directory (#212)
|
||||
|
||||
# 1.6.2
|
||||
|
||||
Releasing this, so void linux can package fastfetch.
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
|
||||
|
||||
project(fastfetch
|
||||
VERSION 1.6.2
|
||||
VERSION 1.6.3
|
||||
LANGUAGES C
|
||||
)
|
||||
|
||||
@@ -522,7 +522,7 @@ install(
|
||||
)
|
||||
|
||||
install(
|
||||
DIRECTORY "${CMAKE_SOURCE_DIR}/presets/"
|
||||
DIRECTORY "${CMAKE_SOURCE_DIR}/presets"
|
||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/${CMAKE_PROJECT_NAME}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user