Line
Link Here
|
0 |
-- ctags-5.8_p20140919.ebuild.ori 2016-06-29 07:23:43.000000000 +0000 |
0 |
++ ctags-5.8_p20140919.ebuild 2016-06-29 07:47:45.000000000 +0000 |
Lines 44-55
Link Here
|
44 |
} |
44 |
} |
45 |
|
45 |
|
46 |
src_install() { |
46 |
src_install() { |
47 |
emake prefix="${D}"/usr mandir="${D}"/usr/share/man install |
47 |
emake prefix="${D}"/"${EPREFIX}"/usr mandir="${D}"/"${EPREFIX}"/usr/share/man install |
48 |
|
48 |
|
49 |
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we |
49 |
# namepace collision with X/Emacs-provided /usr/bin/ctags -- we |
50 |
# rename ctags to exuberant-ctags (Mandrake does this also). |
50 |
# rename ctags to exuberant-ctags (Mandrake does this also). |
51 |
mv "${D}"/usr/bin/{ctags,exuberant-ctags} || die |
51 |
mv "${D}"/"${EPREFIX}"/usr/bin/{ctags,exuberant-ctags} || die |
52 |
mv "${D}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die |
52 |
mv "${D}"/"${EPREFIX}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die |
53 |
|
53 |
|
54 |
dodoc FAQ NEWS README EXTENDING.html |
54 |
dodoc FAQ NEWS README EXTENDING.html |
55 |
} |
55 |
} |