# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/vstserver/vstserver.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 --- vstpath=$root/$prefix/lib/vst var_append makeopt " " "WINEPATH=$root/$prefix" var_append makeopt " " "VST_PATH=$vstpath" var_append makeinstopt " " "WINEPATH=$root/$prefix" var_append makeinstopt " " "VST_PATH=$vstpath" vstserver_premake() { mkdir -vp $vstpath } vst_server_postmake() { cat <<- EOT > $root/etc/profile.d/vstserver export VST_PATH=$vstpath EOT } hook_add premake 5 vstserver_premake