patch install dirs

This commit is contained in:
metcya
2025-12-27 21:41:49 -06:00
parent d216487744
commit 99ff68bd49
2 changed files with 17 additions and 1 deletions
@@ -0,0 +1,15 @@
diff --git a/lib/xdgpp/CMakeLists.txt b/lib/xdgpp/CMakeLists.txt
index 2828178b..5180a6fc 100644
--- a/lib/xdgpp/CMakeLists.txt
+++ b/lib/xdgpp/CMakeLists.txt
@@ -31,8 +31,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC
if(XDGPP_INSTALL)
install(TARGETS ${PROJECT_NAME}
EXPORT ${PROJECT_NAME}Targets
- LIBRARY DESTINATION lib
- ARCHIVE DESTINATION lib
+ LIBRARY DESTINATION lib64
+ ARCHIVE DESTINATION lib64
RUNTIME DESTINATION bin
INCLUDES DESTINATION include
)
+2 -1
View File
@@ -4,6 +4,7 @@ Release: 1%{?dist}
License: GPL-3.0
URL: https://docs.vicinae.com
Source: https://github.com/vicinaehq/%{name}/archive/refs/tags/v%{version}.tar.gz
Patch0: fix-xdgpp-install-dirs.patch
Summary: a high-performance, native launcher for Linux
Packager: metcya <metcya@gmail.com>
@@ -45,7 +46,7 @@ Summary: Development files for %{name}-xdgpp
Development files for %{name}-xdgpp
%prep
%autosetup
%autosetup -p1
%build
%cmake -DNOSTRIP=ON \