pngpaste: fix issue where file named bin was created (#415998)

This commit is contained in:
Austin Horstman
2025-06-15 16:42:21 -05:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
install -Dm555 pngpaste $out/bin
install -Dm555 pngpaste $out/bin/pngpaste
runHook postInstall
'';