sys-boot/refit: change default install dir
(Portage version: 2.2.0_alpha4/svn/Linux x86_64) git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2731 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils versionator
|
||||
inherit mount-efi eutils versionator
|
||||
|
||||
MY_P="${PN}_${PV}"
|
||||
DESCRIPTION="graphical boot menu for ia32 and x64 EFI systems"
|
||||
@@ -67,11 +67,18 @@ src_install() {
|
||||
dosbin gptsync/buildux/gptsync
|
||||
dosbin gptsync/buildux/showpart
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
# install into the std location as used by other distributins
|
||||
# the efi partititon is mounted into /boot/efi
|
||||
# the efi bootloaders are installed into the EFI dir
|
||||
# the dir name is upper case for Windows compatibility
|
||||
# at the moment the onyl really supported filesystem on
|
||||
# all efi bootloader in the efi partition is fat32
|
||||
# (elilo, refit, grub-efi, ...)
|
||||
insinto /boot/efi/EFI/${PN}
|
||||
doins refit/refit.efi
|
||||
insinto /usr/share/${PN}/tools
|
||||
insinto /boot/efi/EFI/${PN}/tools
|
||||
doins gptsync/gptsync.efi
|
||||
insinto /usr/share/${PN}/${PN}
|
||||
insinto /boot/efi/EFI/${PN}/${PN}
|
||||
doins -r icons
|
||||
doins images/vollabel/refit.vollabel
|
||||
doins refit.conf
|
||||
|
||||
Reference in New Issue
Block a user