Search
j0ke.net Open Build Service
>
Projects
>
devel
>
git
> git-nohardlink.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File git-nohardlink.diff of Package git (Revision 7)
Currently displaying revision
7
,
show latest
don't use hardlinks as our .spec calls fdupes which converts the hardlinks to symlinks again in an unpredicatable way --- Makefile | 1 - 1 file changed, 1 deletion(-) --- a/Makefile +++ b/Makefile @@ -2133,7 +2133,6 @@ done && \ for p in $(BUILT_INS); do \ $(RM) "$$execdir/$$p" && \ - ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \ ln -s "git$X" "$$execdir/$$p" 2>/dev/null || \ cp "$$execdir/git$X" "$$execdir/$$p" || exit; \ done && \