runc: symlink sbin to bin to find it in $PATH (#30691)
This commit is contained in:
parent
23e2820547
commit
6f3a082c3e
@ -22,3 +22,4 @@ class Runc(MakefilePackage):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
make('install', 'PREFIX=' + prefix)
|
make('install', 'PREFIX=' + prefix)
|
||||||
|
symlink(prefix.sbin, prefix.bin)
|
||||||
|
Loading…
Reference in New Issue
Block a user