mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add version to drivers, remove /sbin staging
This commit is contained in:
parent
4a18e61514
commit
70170d2914
2
pkgutils
2
pkgutils
@ -1 +1 @@
|
||||
Subproject commit 4cf2e9d216721282a8f2bb82c031ee90ede878f4
|
||||
Subproject commit b9c10c980e1724270b7e90d3c2d4999c398814b8
|
||||
@ -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 ./
|
||||
|
||||
@ -1,2 +1 @@
|
||||
GIT=https://github.com/redox-os/orbital.git
|
||||
BINDIR="/sbin"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user