9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
|
|
|
SRC_URI += "file://inputrc"
|
|
|
|
# Get more out of our console
|
|
do_install:append() {
|
|
cp ${WORKDIR}/inputrc ${D}${sysconfdir}/inputrc
|
|
}
|