# | Line 44 | Line 44 | make install | |
---|---|---|
44 | # Remove the doc, as it is large and we don't need that in | |
45 | # our rpms (it is all available on the web in any case) | |
46 | rm -fR %i/doc | |
47 | + | # Remove also the demos and examples as they are not generally |
48 | + | # useful from our rpm's and SW area |
49 | + | rm -fR %i/demos |
50 | + | rm -fR %i/examples |
51 | ||
52 | # Qt itself has some paths that can only be overwritten by | |
53 | # using an appropriate `qt.conf`. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |