mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ do_install() {
|
||||
install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8
|
||||
install -m 555 pptp ${D}${sbindir}
|
||||
install -m 644 pptp.8 ${D}${mandir}/man8
|
||||
install -m 644 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp
|
||||
install -m 644 ${UNPACKDIR}/options.pptp ${D}${sysconfdir}/ppp
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "ppp"
|
||||
|
||||
Reference in New Issue
Block a user