Opened 12 years ago
Closed 12 years ago
#38507 closed enhancement (fixed)
git-core/share/doc contains contrib and hooks !?
Reported by: | luc_j_bourhis@… | Owned by: | ci42 |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | git-core |
Description
I'm talking about line 92 of the git-core Portfile (version 1.8.1.3)
file copy ${worksrcpath}/contrib ${docdestroot}
It's great it's there (featuring the very good git-remote-hg) but putting those scripts in doc/git-core is quite misleading. On Linux they get installed in /usr/share/git-core/{contrib,hooks}. It seems to me that line needs to be changed to
file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}
Change History (5)
comment:1 Changed 12 years ago by cooljeanius (Eric Gallager)
Cc: | egall@… added |
---|
comment:2 Changed 12 years ago by ci42
Owner: | changed from macports-tickets@… to ciserlohn@… |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
In git-core 1.8.2 (r104214) I removed the contrib folder completely. If requested, I will put them back in. But this time in ${prefix}/share/git-core/contrib.
comment:3 follow-up: 4 Changed 12 years ago by luc_j_bourhis@…
Thanks for the explanation.
If requested, I will put them back in. But this time in ${prefix}/share/git-core/contrib.
Please!
comment:4 Changed 12 years ago by cooljeanius (Eric Gallager)
Replying to luc_j_bourhis@…:
If requested, I will put them back in. But this time in ${prefix}/share/git-core/contrib.
Please!
+1 for adding them back
Cc Me!