1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 04:58:26 +00:00

chkhinge26: Correct variable

git-svn-id: https://svn.o-hand.com/repos/poky@107 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2005-10-03 17:41:48 +00:00
parent c632d3effa
commit 6a6723bc92
@@ -11,7 +11,7 @@ SRC_URI = "http://butterfeet.org/misc/${PN}-${PV}.tar.gz \
inherit autotools pkgconfig
do_install_append () {
install -m 0755 ${WORKDIR}/hinge-handler ${D}/${BINDIR}/
install -m 0755 ${WORKDIR}/hinge-handler ${D}/${bindir}/
}
FILES_${PN} += "${BINDIR}/hinge-handler"