From 5fd744504b5c7cf3b0daa92b15cd6235e3a0b982 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Tue, 2 Aug 2005 12:50:33 +0000 Subject: Make it use , and actually create the dir before installing. (duh) --- packages/bwmon/bwmon_1.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/bwmon') diff --git a/packages/bwmon/bwmon_1.3.bb b/packages/bwmon/bwmon_1.3.bb index 25271641e7..26c620e013 100644 --- a/packages/bwmon/bwmon_1.3.bb +++ b/packages/bwmon/bwmon_1.3.bb @@ -12,5 +12,6 @@ EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" inherit autotools do_install () { - install ${S}/bwmon ${D}/usr/bin/bwmon + install -d ${D}${bindir} + install ${S}/bwmon ${D}${bindir}/bwmon } -- cgit v1.2.3