runc: symlink sbin to bin to find it in $PATH (#30691)
This commit is contained in:
parent
23e2820547
commit
6f3a082c3e
1 changed files with 1 additions and 0 deletions
|
@ -22,3 +22,4 @@ class Runc(MakefilePackage):
|
|||
|
||||
def install(self, spec, prefix):
|
||||
make('install', 'PREFIX=' + prefix)
|
||||
symlink(prefix.sbin, prefix.bin)
|
||||
|
|
Loading…
Reference in a new issue