1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/elfkickers/elfkickers.conf
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
14 hook_add postmake 5 "pkg_elfkickers_main"
17 pkg_elfkickers_main() {
20 # tiny cames with /free/ prebuilts
21 eval $MAKE -C tiny clean
26 eval $MAKE -C $x $makeopt
33 if [ -d $x -a $x != 'tiny' ]; then
34 cp -v $x/$x $bindir/$x
39 echo "Copying documentation..."
43 if [ $x == 'tiny' ]; then
45 [ ! -x $y ] && cp -v $y $docdir/$x
48 cp -v $x/README $docdir/$x/README