Commits
Zero King authored 91b3d4734bd
23 23 | |
24 24 | pre-configure { |
25 25 | # Replace the symlinks which point to /usr/local with a real file |
26 26 | foreach fileToReplace {config.guess config.sub install-sh} { |
27 27 | delete ${worksrcpath}/${fileToReplace} |
28 28 | copy [glob ${prefix}/share/automake-*/${fileToReplace}] ${worksrcpath} |
29 29 | } |
30 30 | } |
31 31 | |
32 32 | build.target |
33 - | |
34 - | livecheck.url [lindex ${master_sites} 0] |
35 - | livecheck.regex > nslint-(.*)\\.tar\\.gz |