32 | | notes " |
33 | | You will need to copy and then edit the default configuration\ |
34 | | (${prefix}/etc/todo.cfg-dist) in your home directory. |
35 | | " |
| 33 | patch { |
| 34 | # default cfg will try to write in $prefix/bin, since this isn't obvious from the config |
| 35 | # file we help the user avoiding this |
| 36 | reinplace "s|TODO_DIR=`dirname \"\$0\"`|TODO_DIR=\"\$HOME\"/.todo|" ${worksrcpath}/todo.cfg |
| 37 | } |
| 38 | |
| 39 | notes "Copy the default configuration file from ${prefix}/etc/todo.cfg-dist \ |
| 40 | to ~/.todo/config and customize it." |