Unverified Commit d83edf31 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #333252 from dotlambda/git-annex

git-annex: fix executable path in desktop file
parents d5e71287 d43b5f6c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -428,6 +428,12 @@ self: super: {
      # (this should be possible by also taking PREFIX into account).
      ./patches/git-annex-no-usr-prefix.patch
    ];

    postPatch = ''
      substituteInPlace Makefile \
        --replace-fail 'InstallDesktopFile $(PREFIX)/bin/git-annex' \
                       'InstallDesktopFile git-annex'
    '';
  }) super.git-annex;

  # Too strict bounds on servant