From fdb917f17875223ccdb6b8221da0d03e0e187a7e Mon Sep 17 00:00:00 2001 From: geos_one Date: Fri, 12 Nov 2010 19:41:04 +0000 Subject: [PATCH] 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 --- sys-boot/refit/ChangeLog | 3 +++ sys-boot/refit/Manifest | 4 ++-- sys-boot/refit/refit-0.14.2.ebuild | 15 +++++++++++---- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/sys-boot/refit/ChangeLog b/sys-boot/refit/ChangeLog index b3d28245..dd19ecc3 100644 --- a/sys-boot/refit/ChangeLog +++ b/sys-boot/refit/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2010; Mario Fetka refit-0.14.2.ebuild: + change default install dir + 12 Nov 2010; Mario Fetka refit-0.14.2.ebuild: respect cc diff --git a/sys-boot/refit/Manifest b/sys-boot/refit/Manifest index 7b70d6ae..d653e95e 100644 --- a/sys-boot/refit/Manifest +++ b/sys-boot/refit/Manifest @@ -1,5 +1,5 @@ DIST refit_0.14-2.debian.tar.gz 42302 RMD160 615b9f961c69bbfca72d8a8d4a05315600de7727 SHA1 c994c168b3e8614419a0375de116530f9f84a8b1 SHA256 5418b9d6645453ac53e831c59a255ecfe85a09038e0d5d08fc1a55cf6fb087a3 DIST refit_0.14.orig.tar.gz 625164 RMD160 cb0122e58d2f7ecfacebe4147aab98288475716a SHA1 79b0f2473d6628404cb51bdaf49a4205c409c31b SHA256 0101ac403c3a8c90813df20726c9e76a58515ca7d1a35a7b2ab42eaf28e25e1e -EBUILD refit-0.14.2.ebuild 2175 RMD160 098c74c425e826eaabf51fc6ec20d8dfcf2d8313 SHA1 00ebc3b4c97c4fbf66cd3bdbfdf256d848d480f4 SHA256 382b95800cf6861f60fb51d21762f98d97c481a157badef12657ad3e13c9b6f4 -MISC ChangeLog 580 RMD160 4fc26d2053e0b11cc9893cf0ad27945dda90669d SHA1 cd55213e2a0738d5c7918bf31264260108cbada0 SHA256 cc076318442ee05f72d28aebda38859111d7e5179e81f786fc3a5b5120616c36 +EBUILD refit-0.14.2.ebuild 2558 RMD160 bc1a9917512465baa15da8d848fb6b94b55327c0 SHA1 4791eaa579e98c47efd8a109dff081891374430b SHA256 7b59be454fe5a189ecd25f5eeb5f339073d50d32a3e0ddcea587081195de0b69 +MISC ChangeLog 682 RMD160 517da88fc542848494a3a4a47ea6e2c89618de0f SHA1 9a879299330d03daeaabacc69e266b9294700afc SHA256 13e07087106e0903fdfc087df456a4c231ff8722f4d182f9f9f47cc11dc2eabb MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2 diff --git a/sys-boot/refit/refit-0.14.2.ebuild b/sys-boot/refit/refit-0.14.2.ebuild index cc1a856b..026d613f 100644 --- a/sys-boot/refit/refit-0.14.2.ebuild +++ b/sys-boot/refit/refit-0.14.2.ebuild @@ -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