Changes between Initial Version and Version 1 of Ticket #45269, comment 6
- Timestamp:
- Oct 16, 2014, 2:19:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45269, comment 6
initial v1 9 9 > If I comment out the "delete ${worksrcpath}/etc" line I get my man pages generated. Does anyone know why we remove this etc directory? 10 10 11 I am guessing it was because the stuff in it is included in a bunch of other GNU packages as well, so leaving them there could lead to conflicts... I suppose if conflicts are the issue, though, it would make more sense to wait until the destroot phase to remove them ...11 I am guessing it was because the stuff in it is included in a bunch of other GNU packages as well, so leaving them there could lead to conflicts... I suppose if conflicts are the issue, though, it would make more sense to wait until the destroot phase to remove them, and to only get rid of the specific things that conflict instead of the entire directory... 12 12 13