|
Lines 33-38
src_unpack() {
Link Here
|
| 33 |
sed -i -e 's:/usr/local:/usr:' INSTALL |
33 |
sed -i -e 's:/usr/local:/usr:' INSTALL |
| 34 |
sed -i -e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):" INSTALL |
34 |
sed -i -e "s:\$(prefix)/lib:\$(prefix)/$(get_libdir):" INSTALL |
| 35 |
|
35 |
|
|
|
36 |
# don't install anything to /usr/share/doc/meld |
| 37 |
sed -i -e "s:\$(docdir)/meld:\$(docdir)/${PF}:" INSTALL |
| 38 |
|
| 36 |
# let the python eclass handle python objects |
39 |
# let the python eclass handle python objects |
| 37 |
sed -i -e '/$(PYTHON) .* .import compileall;/s/\t/&#/g' GNUmakefile |
40 |
sed -i -e '/$(PYTHON) .* .import compileall;/s/\t/&#/g' GNUmakefile |
| 38 |
|
41 |
|