This isn't shell.

This commit is contained in:
David Cantrell 2008-10-08 14:06:23 -10:00
parent f531759af2
commit 7d513f07ed
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ def scrubInstRoot(destdir=None, libdir='lib', arch=None):
shutil.rmtree(rmpath, ignore_errors=True)
# fix up some links for man page related stuff
for file in nroff groff iconv geqn gtbl gpic grefer ; do
for file in ['nroff', 'groff', 'iconv', 'geqn', 'gtbl', 'gpic', 'grefer']:
src = os.path.join('mnt', 'sysimage', 'usr', 'bin', file)
dest = os.path.join(destdir, 'usr', 'bin', file)
os.symlink(src, dest)