Changeset 80288
- Timestamp:
- 07/08/11 10:10:41 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/macports1.0/macports.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/macports1.0/macports.tcl
r80287 r80288 956 956 set registry_open yes 957 957 # convert any flat receipts if we just created a new db 958 if {$db_exists == 0 && [file writable $db_path]} {958 if {$db_exists == 0 && [file exists ${registry.path}/receipts] && [file writable $db_path]} { 959 959 ui_warn "Converting your registry to sqlite format, this might take a while..." 960 960 if {[catch {registry::convert_to_sqlite}]} {
Note: See TracChangeset
for help on using the changeset viewer.

