Opened 8 years ago
Closed 6 years ago
#160 closed defect (fixed)
perl Module::Build
Reported by: | Silvan Scherrer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | *none | Version: | |
Severity: | high | Keywords: | |
Cc: |
Description
The Build module has a serious issue. It copies perl scripts and exchanges the occurrence of usr/perl to the local installed path. As long as such scripts are not installed during a rpm creation all is well. But as soon as they are installed, the person not having the same unixroot layout as the rpm creator, will not be able to execute the scripts.
The problem is in /usr/share/perl5/Module/Build.pm and /usr/share/perl5/Module/build/base.pm
Attachments (2)
Change History (4)
by , 8 years ago
Attachment: | build.diff added |
---|
by , 8 years ago
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed in r2305