summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: