Browse Source

gptfdisk: extended removal of curses dependency and libicu also to native builds.

user/amery/next/luajit
Nagy Karoly Gabriel 13 years ago committed by Alejandro Mery
parent
commit
d6c385c578
  1. 12
      filesystem/gptfdisk/gptfdisk.conf

12
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

Loading…
Cancel
Save