# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/dietlibc/pkg_gpm_post.conf # Copyright (C) 2004 - 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- if [ "$pkg_dietlibc_useit" = 1 ]; then var_append makeopt ' ' "-C src gpm" makeinstopt= hook_add preconf 5 "sed -i 's/libgpm.so//g' configure" hook_add postmake 5 "cp src/gpm $root$sbindir" fi