- Timestamp:
- Jun 17, 2007, 6:04:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-apps/portage/pym/portage.py
r3453 r3475 7585 7585 # myrealdest is mydest without the $ROOT prefix (makes a difference if ROOT!="/") 7586 7586 myrealdest = join(sep, offset, x) 7587 7588 # bird: This is a ugly hack to avoid double $ROOT prefix when *DESTDIR is used 7589 # for installation. XXX: find a proper solution to all this. 7590 if sys.platform == "os2knix" and mydest.startswith("/@unixroot/@unixroot"): 7591 mydest = mydest[10:] 7592 myrealdest = myrealdest[10:] 7593 7587 7594 # stat file once, test using S_* macros many times (faster that way) 7588 7595 try:
Note:
See TracChangeset
for help on using the changeset viewer.