# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/util-vserver/util-vserver.conf # Copyright (C) 2004 - 2023 The T2 SDE 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 --- vserver_cqtools() { cd $builddir tar $taropt `match_source_file -p " cq-tools"` cd cq-tools-* eval "$MAKE all" # no `make install` cp -vdf $(grep '^all:' Makefile | cut -f2) $sbindir } var_append patchfiles ' ' $(match_source_file -p patch-$ver) makeopt= makeinstopt='install' if [ "$SDECFG_PKG_VSERVER_QUOTA" = "1" ]; then hook_add postmake 5 'vserver_cqtools' fi var_remove_regex makeopt ' ' 'CC=.*'