Opened 14 years ago
Closed 14 years ago
#29270 closed defect (fixed)
r78013 broke images_to_archives.tcl
Reported by: | mtalexander (Mike Alexander) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.9.99 |
Keywords: | Cc: | ||
Port: |
Description
The change to images_to_archives.tcl in r78013 to look in both $oldarchivedir (e.g. "packages/darwin_10") and $olderarchivedir (e.g. "packages/darwin") fails with an error like shown below if it finds an archive in $oldarchivedir
error renaming "/opt/local/var/macports/packages/darwin/universal/xorg-libXfixes-4.0.5_0+universal.i386-x86_64.cpio": no such file or directory
I'll attach a trivial patch to fix it.
Attachments (1)
Change History (3)
Changed 14 years ago by mtalexander (Mike Alexander)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Version: | 1.9.2 → 1.9.99 |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks. r78144
Note: See
TracTickets for help on using
tickets.
Patch to fix the problem