31 | | system "install -c -m 655 ${worksrcpath}/qthello ${prefix}/bin/qthello" |
32 | | system "mkdir -p -m 655 ${prefix}/share/${name}/gfx/" |
33 | | system "install -c -m 644 ${worksrcpath}/stop.png ${prefix}/share/${name}/gfx/" |
34 | | system "install -c -m 644 ${worksrcpath}/new.xpm ${prefix}/share/${name}/gfx/" |
35 | | system "install -c -m 644 ${worksrcpath}/viewmag+.png ${prefix}/share/${name}/gfx/" |
36 | | system "install -c -m 644 ${worksrcpath}/viewmag-.png ${prefix}/share/${name}/gfx/" |
37 | | system "install -c -m 644 ${worksrcpath}/gfx/black.gif ${prefix}/share/${name}/gfx/" |
38 | | system "install -c -m 644 ${worksrcpath}/gfx/white.gif ${prefix}/share/${name}/gfx/" |
| 36 | system "install -c -m 655 ${worksrcpath}/qthello ${destroot}${prefix}/bin/qthello" |
| 37 | system "mkdir -p -m 655 ${destroot}${prefix}/share/${name}/gfx/" |
| 38 | system "install -c -m 644 ${worksrcpath}/stop.png ${destroot}${prefix}/share/${name}/gfx/" |
| 39 | system "install -c -m 644 ${worksrcpath}/new.xpm ${destroot}${prefix}/share/${name}/gfx/" |
| 40 | system "install -c -m 644 ${worksrcpath}/viewmag+.png ${destroot}${prefix}/share/${name}/gfx/" |
| 41 | system "install -c -m 644 ${worksrcpath}/viewmag-.png ${destroot}${prefix}/share/${name}/gfx/" |
| 42 | system "install -c -m 644 ${worksrcpath}/gfx/black.gif ${destroot}${prefix}/share/${name}/gfx/" |
| 43 | system "install -c -m 644 ${worksrcpath}/gfx/white.gif ${destroot}${prefix}/share/${name}/gfx/" |