Files
2026-04-23 17:07:55 +08:00

9 lines
220 B
Plaintext
Executable File

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://defaut-env.sh"
do_install:append(){
install -d ${D}/${sysconfdir}/profile.d/
install -m 0755 ${S}/defaut-env.sh ${D}/${sysconfdir}/profile.d/
}