diff options
author | 2015-11-03 10:38:08 -0400 | |
---|---|---|
committer | 2015-11-03 10:38:08 -0400 | |
commit | 94b7c09a14f4f554fda6fc2c7fce65d64246344a (patch) | |
tree | 07950c656b4d544cb9074239435a3c24bf5d622d /debian | |
parent | 3a19893f0041eb716cdc3eb61278d17eebd49839 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fed1f76a6..2f6b9e9df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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. + + -- Joey Hess <id@joeyh.name> Tue, 03 Nov 2015 10:36:43 -0400 + git-annex (5.20151102) unstable; urgency=medium * Use statvfs on OSX. |