Merge pull request #333252 from dotlambda/git-annex

git-annex: fix executable path in desktop file
This commit is contained in:
Atemu 2024-08-10 14:45:29 +02:00 committed by GitHub
commit d83edf3126
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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