Skip to content

Commit

Permalink
Add nonarch directories
Browse files Browse the repository at this point in the history
:Release Notes:
Add WEBOS_INSTALL_NONARCH_BASE_LIBDIR and
WEBOS_INSTALL_NONARCH_LIBDIR.

:Detailed Notes:

:Testing Performed:
Checked the expansion result of the variables added when building a
32-bit package.

:QA Notes:

:Issues Addressed:
[WRQ-858] Avoid hardcoded paths /lib and /usr/lib #3

Change-Id: I0017faa771518686451cb485ad4d554a97799264
  • Loading branch information
jaeyoonjung committed Oct 27, 2023
1 parent a49f504 commit c16dac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webOS/webOS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# VERSION@@@
#

# Copyright (c) 2012-2022 LG Electronics, Inc.
# Copyright (c) 2012-2023 LG Electronics, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -351,6 +351,8 @@ macro(_webos_init_install_vars)
_webos_set_from_env(WEBOS_INSTALL_INFODIR infodir ${WEBOS_INSTALL_DATADIR}/info)
_webos_set_from_env(WEBOS_INSTALL_MANDIR mandir ${WEBOS_INSTALL_DATADIR}/man)
_webos_set_from_env(WEBOS_INSTALL_DOCDIR docdir ${WEBOS_INSTALL_DATADIR}/doc)
_webos_set_from_env(WEBOS_INSTALL_NONARCH_BASE_LIBDIR nonarch_base_libdir ${WEBOS_INSTALL_ROOT}/lib)
_webos_set_from_env(WEBOS_INSTALL_NONARCH_LIBDIR nonarch_libdir ${WEBOS_INSTALL_EXEC_PREFIX}/lib)

# Architecture dependent paths
_webos_set_from_env(WEBOS_INSTALL_BINDIR bindir ${WEBOS_INSTALL_EXEC_PREFIX}/bin)
Expand Down

0 comments on commit c16dac8

Please sign in to comment.