runc: symlink sbin to bin to find it in $PATH (#30691)

This commit is contained in:
Alberto Madonna 2022-05-17 02:48:04 +02:00 committed by GitHub
parent 23e2820547
commit 6f3a082c3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,4 @@ class Runc(MakefilePackage):
def install(self, spec, prefix):
make('install', 'PREFIX=' + prefix)
symlink(prefix.sbin, prefix.bin)