mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
tipcutils: Replace WORKDIR with UNPACKDIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ do_install:append() {
|
||||
# Install systemd related configuration file
|
||||
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
|
||||
install -d ${D}${sysconfdir}/modules-load.d
|
||||
install -m 0644 ${WORKDIR}/tipcutils.conf ${D}${sysconfdir}/modules-load.d
|
||||
install -m 0644 ${UNPACKDIR}/tipcutils.conf ${D}${sysconfdir}/modules-load.d
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user