38 | | destroot { cd ${workpath}/${worksrcdir} |
39 | | xinstall -m 755 -s -c trafshow ${destroot}/${prefix}/bin |
40 | | xinstall -m 755 -s -c trafshow.1 ${destroot}/${prefix}/share/man/man1 |
41 | | xinstall -b -m 755 -s -c .trafshow ${destroot}/${prefix}/etc/trafshow.default } |
| 38 | destroot { xinstall -W ${worksrcpath} -m 755 -s -c trafshow ${destroot}/${prefix}/bin |
| 39 | xinstall -W ${worksrcpath} -m 755 -s -c trafshow.1 ${destroot}/${prefix}/share/man/man1 |
| 40 | xinstall -W ${worksrcpath} -b -m 755 -s -c .trafshow ${destroot}/${prefix}/etc/trafshow.default } |