|
|
@ -12,12 +12,12 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
if ! atstage native; then |
|
|
|
var_remove makeopt ' ' "all" |
|
|
|
var_remove makeopt ' ' "all" |
|
|
|
var_append makeopt ' ' "gdisk sgdisk fixparts" |
|
|
|
var_append makeopt ' ' "gdisk sgdisk fixparts" |
|
|
|
makeinstopt= |
|
|
|
makeinstopt= |
|
|
|
|
|
|
|
hook_add postmake 5 'gptfdisk_install' |
|
|
|
|
|
|
|
fi |
|
|
|
hook_add postmake 5 'gptfdisk_install' |
|
|
|
|
|
|
|
|
|
|
|
gptfdisk_install(){ |
|
|
|
gptfdisk_install(){ |
|
|
|
install -t "$root$sbindir" {,s}gdisk fixparts |
|
|
|
install -t "$root$sbindir" {,s}gdisk fixparts |
|
|
|