summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-09-08 21:54:51 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-09-08 21:54:51 +0400
commit68287a282aa4dd8513ae24b78fecca07e59ff789 (patch)
tree40bbe5306b37881132045d6cb632a5f2542e3f6d /install
parentb0df8edf7e9cdec5b4dba260eeec99b5e62e74bd (diff)
downloadlive-68287a282aa4dd8513ae24b78fecca07e59ff789.tar.gz
Typo
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 4bcb624..f2d1f5f 100755
--- a/install
+++ b/install
@@ -893,7 +893,7 @@ def configure_smf():
manifests = []
os.chdir(rootdir)
for root, dirs, files in os.walk('lib/svc/manifest'):
- manifests += [ os.path.join('/', root, xml) for xml in files if fnmatch(xml, '*.xml')]
+ manifests += [os.path.join('/', root, xml) for xml in files if fnmatch(xml, '*.xml')]
progress = ProgressBar(screen, title='Configuring SMF repository', width=70,
text='Importing SMF manifests ...', top=len(manifests))
for m in manifests: