]> dgit.raspbian.org Git - git-annex.git/blob
026c52cf0d3aaf2e4c937a0de6e788a1683a71dd
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2021-02-08T18:20:31Z"
5  content="""
6 Reproduced by running `cabal unpack git-annex`. While the tarball on
7 hackage does have execute bits, somehow cabal is not preserving them.
8 Applied your patch, thanks.
9
10 Cabal's ability to install anything more than a command into PATH is very
11 limited, and also there's not really a good way to install man pages
12 in a user's home directory in a way that will make man find them (ie,
13 there's probably one way or less per OS, and all different). 
14 So it's best to use the Makefile (from a git clone of the repo)
15 if you want to install git-annex in a more complete manner, 
16 ie system wide or generating a package of its files.
17 """]]