Changes between Initial Version and Version 1 of Ticket #3486, comment 5
- Timestamp:
- 02/08/2014 10:32:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3486, comment 5
initial v1 26 26 It looks like they changed $(pwd) to `pwd` and missed this. The alternative is to edit timezone/Makefile: 27 27 28 {{{ 28 29 sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile 29 30 }}}