* [PATCH] fbset_2.1.bb: Use ${sbindir} and ${datadir} instead of hardcoding.
@ 2010-12-02 0:56 Graham Gower
0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-12-02 0:56 UTC (permalink / raw)
To: openembedded-devel
This ensures that the fbset package is non-empty for DISTRO=micro.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/fbset/fbset_2.1.bb | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/recipes/fbset/fbset_2.1.bb b/recipes/fbset/fbset_2.1.bb
index 04ea35f..ad02fa9 100644
--- a/recipes/fbset/fbset_2.1.bb
+++ b/recipes/fbset/fbset_2.1.bb
@@ -20,10 +20,10 @@ inherit autotools update-alternatives
PARALLEL_MAKE = ""
do_install() {
- install -d ${D}/usr/sbin ${D}/usr/share/man/man8 ${D}/usr/share/man/man5
- install -m 0755 ${WORKDIR}/${P}/fbset ${D}/usr/sbin/fbset.real
- install -m 0644 ${WORKDIR}/${P}/*.5 ${D}/usr/share/man/man5
- install -m 0644 ${WORKDIR}/${P}/*.8 ${D}/usr/share/man/man8
+ install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
+ install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real
+ install -m 0644 ${WORKDIR}/${P}/*.5 ${D}${datadir}/man/man5
+ install -m 0644 ${WORKDIR}/${P}/*.8 ${D}${datadir}/man/man8
}
ALTERNATIVE_NAME = "fbset"
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-02 0:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 0:56 [PATCH] fbset_2.1.bb: Use ${sbindir} and ${datadir} instead of hardcoding Graham Gower
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.