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:
parent
4ff1951c97
commit
fdb917f178
@ -2,6 +2,9 @@
|
|||||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
12 Nov 2010; Mario Fetka <mario.fetka@gmail.com> refit-0.14.2.ebuild:
|
||||||
|
change default install dir
|
||||||
|
|
||||||
12 Nov 2010; Mario Fetka <mario.fetka@gmail.com> refit-0.14.2.ebuild:
|
12 Nov 2010; Mario Fetka <mario.fetka@gmail.com> refit-0.14.2.ebuild:
|
||||||
respect cc
|
respect cc
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
DIST refit_0.14-2.debian.tar.gz 42302 RMD160 615b9f961c69bbfca72d8a8d4a05315600de7727 SHA1 c994c168b3e8614419a0375de116530f9f84a8b1 SHA256 5418b9d6645453ac53e831c59a255ecfe85a09038e0d5d08fc1a55cf6fb087a3
|
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
|
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
|
EBUILD refit-0.14.2.ebuild 2558 RMD160 bc1a9917512465baa15da8d848fb6b94b55327c0 SHA1 4791eaa579e98c47efd8a109dff081891374430b SHA256 7b59be454fe5a189ecd25f5eeb5f339073d50d32a3e0ddcea587081195de0b69
|
||||||
MISC ChangeLog 580 RMD160 4fc26d2053e0b11cc9893cf0ad27945dda90669d SHA1 cd55213e2a0738d5c7918bf31264260108cbada0 SHA256 cc076318442ee05f72d28aebda38859111d7e5179e81f786fc3a5b5120616c36
|
MISC ChangeLog 682 RMD160 517da88fc542848494a3a4a47ea6e2c89618de0f SHA1 9a879299330d03daeaabacc69e266b9294700afc SHA256 13e07087106e0903fdfc087df456a4c231ff8722f4d182f9f9f47cc11dc2eabb
|
||||||
MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2
|
MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
EAPI=2
|
EAPI=2
|
||||||
|
|
||||||
inherit eutils versionator
|
inherit mount-efi eutils versionator
|
||||||
|
|
||||||
MY_P="${PN}_${PV}"
|
MY_P="${PN}_${PV}"
|
||||||
DESCRIPTION="graphical boot menu for ia32 and x64 EFI systems"
|
DESCRIPTION="graphical boot menu for ia32 and x64 EFI systems"
|
||||||
@ -67,11 +67,18 @@ src_install() {
|
|||||||
dosbin gptsync/buildux/gptsync
|
dosbin gptsync/buildux/gptsync
|
||||||
dosbin gptsync/buildux/showpart
|
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
|
doins refit/refit.efi
|
||||||
insinto /usr/share/${PN}/tools
|
insinto /boot/efi/EFI/${PN}/tools
|
||||||
doins gptsync/gptsync.efi
|
doins gptsync/gptsync.efi
|
||||||
insinto /usr/share/${PN}/${PN}
|
insinto /boot/efi/EFI/${PN}/${PN}
|
||||||
doins -r icons
|
doins -r icons
|
||||||
doins images/vollabel/refit.vollabel
|
doins images/vollabel/refit.vollabel
|
||||||
doins refit.conf
|
doins refit.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user