Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 11 lines 244 B view raw
1# shellcheck shell=bash 2# shellcheck disable=SC2154 3 4moveKF6DevTools() { 5 if [ -n "$devtools" ]; then 6 mkdir -p "$devtools" 7 moveToOutput "${qtPluginPrefix}/designer" "$devtools" 8 fi 9} 10 11postInstallHooks+=('moveKF6DevTools')