pngpaste: fix issue where file named bin was created

authored by

guylamar2006 and committed by
GitHub
0b3d48d7 1ebb0274

+1 -1
+1 -1
pkgs/by-name/pn/pngpaste/package.nix
··· 17 17 18 18 installPhase = '' 19 19 runHook preInstall 20 - install -Dm555 pngpaste $out/bin 20 + install -Dm555 pngpaste $out/bin/pngpaste 21 21 runHook postInstall 22 22 ''; 23 23