fconfig: Actually install binary, so it gets packaged
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 2 Apr 2007 14:27:10 +0000 (14:27 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Mon, 2 Apr 2007 14:27:10 +0000 (14:27 +0000)
packages/redboot-utils/fconfig_20060419.bb

index d34d053..561718f 100644 (file)
@@ -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}
+}