15 | | destroot { cd ${worksrcpath} |
16 | | system "install -m 755 -cs dos2unix ${destroot}${prefix}/bin" |
17 | | system "gzip -c dos2unix.1 > ${destroot}${prefix}/share/man/man1/dos2unix.1.gz" |
18 | | system "ln -sf dos2unix.1.gz ${destroot}${prefix}/share/man/man1/mac2unix.1.gz" |
19 | | system "ln -sf dos2unix ${destroot}${prefix}/bin/mac2unix" } |
| 14 | destroot { |
| 15 | system "cd ${worksrcpath};install -m 755 -cs dos2unix ${destroot}${prefix}/bin" |
| 16 | system "cd ${worksrcpath};gzip -c dos2unix.1 > ${destroot}${prefix}/share/man/man1/dos2unix.1.gz" |
| 17 | system "cd ${worksrcpath};ln -sf dos2unix.1.gz ${destroot}${prefix}/share/man/man1/mac2unix.1.gz" |
| 18 | system "cd ${worksrcpath};ln -sf dos2unix ${destroot}${prefix}/bin/mac2unix" } |