summaryrefslogtreecommitdiff
path: root/packages/devio/devio.inc
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-01-18 17:07:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-18 17:07:05 +0000
commit2dc9ee48f37e5ccbf2b7220911c270baa7bcd170 (patch)
tree013d47bb76421c75b2a7a01d281cbfc852b650de /packages/devio/devio.inc
parentf28138ea966f7852229736197c34b416f2ba450c (diff)
parent8d60e06669abb89149ba60248ee6b72b6a274f04 (diff)
merge of 1323e1df6038dca4973ee3bea9b6d558e7ce8fba
and 72f8be28da1900bbf98ed7cc1fa244d3cd750692
Diffstat (limited to 'packages/devio/devio.inc')
-rw-r--r--packages/devio/devio.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/devio/devio.inc b/packages/devio/devio.inc
index fadbd4892d..9d346dc43a 100644
--- a/packages/devio/devio.inc
+++ b/packages/devio/devio.inc
@@ -15,6 +15,10 @@ PACKAGES = "${PN}"
# Set the install dir to /sbin, not /usr/sbin, because devio is used
# during bootstrap (we want it to be posible to mount /usr separately)
-sbindir = "/sbin"
+sbindir = "${base_sbindir}"
+
+# From 1.2 devio installs to bindir, not sbindir, so set that to /bin
+# for the same reason
+bindir = "${base_bindir}"
inherit autotools