From d6c385c5785f8f8fde33e17b8736dd322729ddae Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Fri, 20 Jan 2012 13:19:39 +0100 Subject: [PATCH] gptfdisk: extended removal of curses dependency and libicu also to native builds. --- filesystem/gptfdisk/gptfdisk.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/filesystem/gptfdisk/gptfdisk.conf b/filesystem/gptfdisk/gptfdisk.conf index e0754486b..a01f79ccc 100644 --- a/filesystem/gptfdisk/gptfdisk.conf +++ b/filesystem/gptfdisk/gptfdisk.conf @@ -12,12 +12,12 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -if ! atstage native; then - var_remove makeopt ' ' "all" - var_append makeopt ' ' "gdisk sgdisk fixparts" - makeinstopt= - hook_add postmake 5 'gptfdisk_install' -fi +var_remove makeopt ' ' "all" +var_append makeopt ' ' "gdisk sgdisk fixparts" +makeinstopt= + + +hook_add postmake 5 'gptfdisk_install' gptfdisk_install(){ install -t "$root$sbindir" {,s}gdisk fixparts