Commit d43b5f6c authored by Robert Schütz's avatar Robert Schütz
Browse files

git-annex: fix executable path in desktop file

parent 5544b278
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