Skip to content

Commit 0b3d48d

Browse files
authored
pngpaste: fix issue where file named bin was created
1 parent 1ebb027 commit 0b3d48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/pn/pngpaste/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
1717

1818
installPhase = ''
1919
runHook preInstall
20-
install -Dm555 pngpaste $out/bin
20+
install -Dm555 pngpaste $out/bin/pngpaste
2121
runHook postInstall
2222
'';
2323

0 commit comments

Comments
 (0)