diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:02 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 94660278afb40a1aa515194f15659f6bace01f87 (patch) | |
tree | 8be7210821f2e853ba2d625890c8356e22be66d1 /dev-embedded/scratchbox | |
parent | dev-dotnet/xsp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-94660278afb40a1aa515194f15659f6bace01f87.tar.gz gentoo-94660278afb40a1aa515194f15659f6bace01f87.tar.bz2 gentoo-94660278afb40a1aa515194f15659f6bace01f87.zip |
dev-embedded/scratchbox: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-embedded/scratchbox')
-rw-r--r-- | dev-embedded/scratchbox/files/scratchbox.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/scratchbox/files/scratchbox.rc b/dev-embedded/scratchbox/files/scratchbox.rc index 36501b324606..4e69793ccb64 100644 --- a/dev-embedded/scratchbox/files/scratchbox.rc +++ b/dev-embedded/scratchbox/files/scratchbox.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need localmount |