Opened 7 years ago

Closed 5 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)

build.diff (391 bytes) - added by Tellie 7 years ago.
base.diff (955 bytes) - added by Tellie 7 years ago.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by Tellie

Attachment: build.diff added

Changed 7 years ago by Tellie

Attachment: base.diff added

comment:1 Changed 5 years ago by Silvan Scherrer

fixed in r2305

comment:2 Changed 5 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.