mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-12 22:50:37 +00:00
patch install dirs
This commit is contained in:
@@ -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
|
||||
)
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user