chsrc/src/recipe/os/YUM/common.h
2024-12-18 16:59:14 +08:00

15 lines
589 B
C

/** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later
* -------------------------------------------------------------
* File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org>
* |
* Created On : <2024-08-16>
* Last Modified : <2024-12-18>
* ------------------------------------------------------------*/
// #define OS_Yum_SourceList "/etc/yum.repos"
#define OS_Yum_SourceList_D "/etc/yum.repos.d/"
#define OS_openEuler_SourceList OS_Yum_SourceList_D "openEuler.repo"