mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
harden/initscripts: UNPACKDIR fix
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -4,5 +4,5 @@ SRC_URI:append:harden = " file://mountall.sh"
|
||||
|
||||
do_install:append:harden() {
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install -m 0755 ${WORKDIR}/mountall.sh ${D}${sysconfdir}/init.d
|
||||
install -m 0755 ${UNPACKDIR}/mountall.sh ${D}${sysconfdir}/init.d
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user