Skip to content
Snippets Groups Projects
Commit e68a3e26 authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

build: rename linstall to localinstall

parent 930f3b4a
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ for program_group in ('all', 'bin', 'tools', 'examples', 'tests', 'benchmarks'):
class LocalInstallContext(Build.InstallContext):
"""runs install using BLD/install as destdir, where BLD is the build variant directory"""
cmd = 'linstall'
cmd = 'localinstall'
def __init__(self, **kw):
super(LocalInstallContext, self).__init__(**kw)
......@@ -428,7 +428,7 @@ class LocalInstallContext(Build.InstallContext):
return r
class RsyncContext(LocalInstallContext):
"""runs linstall and then rsyncs BLD/install with the target system"""
"""runs localinstall and then rsyncs BLD/install with the target system"""
cmd = 'rsync'
def __init__(self, **kw):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment