From 401a2eee758eb8521ad1386934ed85040b90ec9a Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 8 Apr 2017 19:28:49 -0600
Subject: [PATCH] Add bindir to drivers

---
 recipes/drivers/recipe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh
index bd9aca832..c4648ebad 100644
--- a/recipes/drivers/recipe.sh
+++ b/recipes/drivers/recipe.sh
@@ -1,5 +1,6 @@
 GIT=https://github.com/redox-os/drivers
 CARGOFLAGS=--all
+BINDIR="/sbin"
 
 function recipe_update {
     cp ../Cargo.toml ./
-- 
GitLab