Merge pull request #323193 from flandweber/myrescue

This commit is contained in:
Sandro
2024-07-16 11:20:02 +02:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
install -Dm755 myrescue -t $out/bin
install -Dm755 myrescue myrescue-bitmap2ppm myrescue-stat -t $out/bin
installManPage ../doc/myrescue.1
runHook postInstall
'';