# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/*/powerpc-utils/powerpc-utils.conf # Copyright (C) 2004 - 2018 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # 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 as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- [ $prefix_auto = 1 ] && prefix= set_confopt hook_add prepatch 3 "zstdcat `match_source_file -p .*powerpc-.*.diff.*` | patch -p1" pu_install() { for x in nvsetvol.8 trackpad.8 fblevel.8 autoboot.8 clock.8 mousemode.8 nvsetenv.8 do [ -f $x ] && cp -vf $x $root$mandir/man8/ done for x in clock mousemode nvsetenv nvsetvol backlight trackpad fnset do [ -f $x ] && install $x $root$sbindir/ done #install lsprop $root$bindir/ } makeinstopt= hook_add postmake 5 "pu_install"