# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/gawk/gawk.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append confopt ' ' "CFLAGS=\"$CFLAGS\"" var_append confopt ' ' "LDFLAGS=\"$LDFLAGS\"" var_append makeinstopt ' ' 'INSTALL=install' var_append INSTALL_WRAPPER_FILTER "|" 'sed -e "s,usr/bin/gawk$,bin/gawk,"' # INSTALL_WRAPPER_FILTER needs to be empty to not filter the symlink ... hook_add postmake 3 "INSTALL_WRAPPER_FILTER=; ln -sfv ../../bin/gawk \ $root/usr/bin/gawk; ln -sfv gawk $root/bin/awk"