From c49aefc1a3e67251c0e75209d8760f289b25bc9c Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Mon, 2 Apr 2007 14:27:10 +0000 Subject: fconfig: Actually install binary, so it gets packaged --- packages/redboot-utils/fconfig_20060419.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/redboot-utils/fconfig_20060419.bb b/packages/redboot-utils/fconfig_20060419.bb index d34d053aee..561718f9b2 100644 --- a/packages/redboot-utils/fconfig_20060419.bb +++ b/packages/redboot-utils/fconfig_20060419.bb @@ -1,9 +1,14 @@ DESCRIPTION = "Tool to edit the Redboot config from userspace" -PR = "r0" +PR = "r1" SRC_URI = "http://andrzejekiert.ovh.org/software/fconfig/fconfig-20060419.tar.gz" S = ${WORKDIR}/fconfig do_compile() { ${MAKE} -} \ No newline at end of file +} + +do_install() { + install -d ${D}/${sbindir} + install -m 755 ${S}/fconfig ${D}/${sbindir} +} -- cgit v1.2.3