mirror of https://gitee.com/openkylin/apt.git
Fix CMAKE_INSTALL_LIBEXECDIR path
This commit is contained in:
parent
017c3e9334
commit
2a40c740fa
|
@ -27,9 +27,7 @@ set(CMAKE_EXE_LINKER_FLAGS_COVERAGE "-lgcov")
|
|||
set(CMAKE_SHARED_LINKER_FLAGS_COVERAGE "-lgcov")
|
||||
|
||||
# Work around bug in GNUInstallDirs
|
||||
if (EXISTS "/etc/debian_version")
|
||||
set(CMAKE_INSTALL_LIBEXECDIR "lib")
|
||||
endif()
|
||||
set(CMAKE_INSTALL_LIBEXECDIR "lib")
|
||||
|
||||
# Include stuff
|
||||
include(Misc)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
apt (2.5.4-ok6.1) yangtze; urgency=medium
|
||||
|
||||
* Fix CMAKE_INSTALL_LIBEXECDIR path.
|
||||
|
||||
-- zhouganqing <zhouganqing@kylinos.cn> Thu, 04 Jan 2024 15:43:38 +0800
|
||||
|
||||
apt (2.5.4-ok6) yangtze; urgency=medium
|
||||
|
||||
* 升级版本号避免重复
|
||||
|
|
|
@ -25,9 +25,6 @@ override_dh_clean:
|
|||
dh_clean
|
||||
|
||||
override_dh_install-arch:
|
||||
ifeq ($(DEB_BUILD_ARCH), rv64g)
|
||||
mv debian/tmp/usr/libexec/* debian/tmp/usr/lib/
|
||||
endif
|
||||
dh_install -papt-utils -X/dump
|
||||
dh_install -papt -Xmethods/curl -Xmethods/curl+https -Xmethods/curl+http
|
||||
dh_install --remaining
|
||||
|
|
Loading…
Reference in New Issue