mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-02 20:21:42 +00:00
Bugfix: Fixes #247, Some distros do not use /usr/sbin
This commit is contained in:
@@ -37,6 +37,17 @@ else()
|
||||
)
|
||||
endif()
|
||||
|
||||
# Set up sbin/bin directory target (some distros don't use sbin)
|
||||
#
|
||||
if (
|
||||
${WINTC_PKGMGR} STREQUAL "apk" OR
|
||||
${WINTC_PKGMGR} STREQUAL "archpkg"
|
||||
)
|
||||
set(WINTC_SAFE_SBIN_DIR ${CMAKE_INSTALL_BINDIR})
|
||||
else()
|
||||
set(WINTC_SAFE_SBIN_DIR ${CMAKE_INSTALL_SBINDIR})
|
||||
endif()
|
||||
|
||||
# Define dependency mapping function
|
||||
#
|
||||
function(wintc_map_dependencies)
|
||||
|
||||
Reference in New Issue
Block a user