9 lines
220 B
Plaintext
Executable File
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/
|
|
} |