diff --git a/pkgutils b/pkgutils index 4cf2e9d216721282a8f2bb82c031ee90ede878f4..b9c10c980e1724270b7e90d3c2d4999c398814b8 160000 --- a/pkgutils +++ b/pkgutils @@ -1 +1 @@ -Subproject commit 4cf2e9d216721282a8f2bb82c031ee90ede878f4 +Subproject commit b9c10c980e1724270b7e90d3c2d4999c398814b8 diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh index c4648ebadef0605a8547f8b6478861e993358f15..1a6400064eb03e4fdf714b85c024818a5231f9e7 100644 --- a/recipes/drivers/recipe.sh +++ b/recipes/drivers/recipe.sh @@ -1,6 +1,10 @@ GIT=https://github.com/redox-os/drivers CARGOFLAGS=--all -BINDIR="/sbin" + +function recipe_version { + echo "0.1.0" + return 1 +} function recipe_update { cp ../Cargo.toml ./ diff --git a/recipes/orbital/recipe.sh b/recipes/orbital/recipe.sh index d823bef79c70c19cd97e11d1af8b3d239d3ee897..be4992a37e6512db0527083e4245000110181bb6 100644 --- a/recipes/orbital/recipe.sh +++ b/recipes/orbital/recipe.sh @@ -1,2 +1 @@ GIT=https://github.com/redox-os/orbital.git -BINDIR="/sbin"