Index: install.cc =================================================================== RCS file: /cvs/src/src/winsup/cinstall/install.cc,v retrieving revision 2.37 diff -u -p -r2.37 install.cc --- install.cc 2002/01/22 11:35:10 2.37 +++ install.cc 2002/01/24 17:32:12 @@ -291,6 +291,7 @@ install_one_source (packagemeta & pkgm, } } } + rebaser::get_instance ()->rebase (concat (prefixPath, fn)); progress (tmp->tell ()); num_installs++; Index: package_meta.cc =================================================================== RCS file: /cvs/src/src/winsup/cinstall/package_meta.cc,v retrieving revision 2.15 diff -u -p -r2.15 package_meta.cc --- package_meta.cc 2002/01/22 09:03:55 2.15 +++ package_meta.cc 2002/01/24 17:32:12 @@ -168,6 +168,7 @@ packagemeta::uninstall () SetFileAttributes (d, dw & ~FILE_ATTRIBUTE_READONLY); DeleteFile (d); } + rebaser::get_instance ()->unrebase (d); /* Check for Windows shortcut of same name. */ d = concat (d, ".lnk", NULL); dw = GetFileAttributes (d);