| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.48 2012/01/15 02:19:54 floppym Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.49 2012/01/30 09:14:59 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | if [[ ${PV} == "9999" ]] ; then |
7 | if [[ ${PV} == "9999" ]] ; then |
| 8 | EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" |
8 | EBZR_REPO_URI="http://bzr.savannah.gnu.org/r/grub/trunk/grub/" |
| … | |
… | |
| 240 | "bin/grub2-mkpasswd-pbkdf2" |
240 | "bin/grub2-mkpasswd-pbkdf2" |
| 241 | "bin/grub2-editenv" |
241 | "bin/grub2-editenv" |
| 242 | "bin/grub2-mkimage" |
242 | "bin/grub2-mkimage" |
| 243 | ) |
243 | ) |
| 244 | for e in ${PAX[@]}; do |
244 | for e in ${PAX[@]}; do |
| 245 | pax-mark -mp "${ED}/${e}" |
245 | pax-mark -mpes "${ED}/${e}" |
| 246 | done |
246 | done |
| 247 | |
247 | |
| 248 | # can't be in docs array as we use default_src_install in different builddir |
248 | # can't be in docs array as we use default_src_install in different builddir |
| 249 | dodoc AUTHORS ChangeLog NEWS README THANKS TODO |
249 | dodoc AUTHORS ChangeLog NEWS README THANKS TODO |
| 250 | insinto /etc/default |
250 | insinto /etc/default |