pngpaste: fix issue where file named bin was created

This commit is contained in:
guylamar2006
2025-06-11 19:12:14 -05:00
committed by GitHub
parent 1ebb027426
commit 0b3d48d72a
+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
'';