There is another side to this bug:
Only /usr/bin/git is a hardlink. All the other files in
/usr/bin/ are _copies_.
I suggest, that all files in /usr/bin be replaced by
symlinks to /usr/lib/git-core
If you need some shell to do it:
set -e
cd usr/bin
mv git ../lib/git-cor
Package: git-core
Version: 1:1.6.2-1
Severity: grave
Justification: renders package unusable
It's not possible anymore (second time now) to install the git-core package
if you have /usr/lib/ and /usr/bin/ on different disks (recommended for speed).
git-core tries to hard link (why the link???
2 matches
Mail list logo