diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7b0aef061b..7f76a68a35 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -3,7 +3,7 @@ bin_SCRIPTS = nix-collect-garbage \ nix-install-package nix-channel nix-build \ nix-pack-closure nix-unpack-closure -noinst_SCRIPTS = nix-profile.sh generate-patches.pl +noinst_SCRIPTS = nix-profile.sh generate-patches.pl find-runtime-roots.pl nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl diff --git a/scripts/find-runtime-roots.pl.in b/scripts/find-runtime-roots.pl.in index 3e55ee4458..91520fe4ea 100644 --- a/scripts/find-runtime-roots.pl.in +++ b/scripts/find-runtime-roots.pl.in @@ -43,7 +43,7 @@ sub readProc { sub lsof { - return unless open LSOF, "lsof -b -w -F n |"; + return unless open LSOF, "lsof -n -w -F n |"; while () { next unless /^n (\/ .*)$/x;