Changes between Initial Version and Version 1 of Ticket #12637
- Timestamp:
- 03/06/12 19:38:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12637
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #12637 – Description
initial v1 1 On Solaris, running `rm -rf DIR` fails if `DIR` is in the path of the current working directory. This happens in sage-spkg, so the temporary build directories `$SAGE_BUILD_DIR/$PKG_NAME` don't get deleted. 1 On Solaris, running `rm -rf DIR` fails if `DIR` is in the path of the current working directory. This happens in sage-spkg, so the temporary build directories `$SAGE_BUILD_DIR/$PKG_NAME` don't get deleted. Fix this by running `cd ...` first. 2 3 Apply [attachment:trac_12367-cd-before-rm.patch] to the root repo.