Unverified Commit 0b3d48d7 authored by guylamar2006's avatar guylamar2006 Committed by GitHub
Browse files

pngpaste: fix issue where file named bin was created

parent 1ebb0274
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {

  installPhase = ''
    runHook preInstall
    install -Dm555 pngpaste $out/bin
    install -Dm555 pngpaste $out/bin/pngpaste
    runHook postInstall
  '';