pngpaste: fix issue where file named bin was created (#415998)
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm555 pngpaste $out/bin
|
||||
install -Dm555 pngpaste $out/bin/pngpaste
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user