When cabal install is run with the desktop file location not writable, display a warning, but continue successfully.

Installing the desktop file etc is a niceity of git-annex's cabal install,
but not a requirement.

closes https://github.com/fpco/stackage/issues/726
This commit is contained in:
Joey Hess 2015-11-03 10:45:33 -04:00
parent 0717ad4440
commit 628429f1b0
Failed to extract signature
2 changed files with 8 additions and 1 deletions

2
debian/changelog vendored
View file

@ -3,6 +3,8 @@ git-annex (5.20151103) UNRELEASED; urgency=medium
* Avoid installing desktop file and program file if cabal install
git-annex is run as root, since that is not a systemwide install,
but to /root, and so generating a systemwide desktop file is not right.
* When cabal install is run with the desktop file location not writable,
display a warning, but continue successfully.
-- Joey Hess <id@joeyh.name> Tue, 03 Nov 2015 10:36:43 -0400