Files

9 lines
220 B
Plaintext
Raw Permalink Normal View History

2026-04-23 17:07:55 +08:00
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/
}