sxmo-utils: force the scripts to run under busybox instead of default /bin/sh
This commit is contained in:
@@ -162,6 +162,8 @@ stdenv.mkDerivation rec {
|
||||
scdoc
|
||||
];
|
||||
|
||||
buildInputs = [ busybox ]; # needed here so stdenv's `patchShebangsAuto` hook sets the right interpreter
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
Reference in New Issue
Block a user