Merge pull request #153714 from romildo/fix.mc

mc: fix path of cat
This commit is contained in:
Renaud 2022-01-07 15:16:29 +01:00 committed by GitHub
commit 256efb1512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,9 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace src/filemanager/ext.c \
--replace /bin/rm ${coreutils}/bin/rm
substituteInPlace misc/ext.d/misc.sh.in \
--replace /bin/cat ${coreutils}/bin/cat
'';
preFixup = ''