Changes between Initial Version and Version 1 of Ticket #3486, comment 5


Ignore:
Timestamp:
02/08/2014 10:32:50 PM (11 years ago)
Author:
bdubbs@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3486, comment 5

    initial v1  
    2626It looks like they changed $(pwd) to `pwd` and missed this.  The alternative is to edit timezone/Makefile:
    2727
     28{{{
    2829sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile
    29 
     30}}}