[Bug 907703] New: Use DESTDIR instead of PERL_INSTALL_ROOT

bugzilla at redhat.com bugzilla at redhat.com
Tue Feb 5 03:32:20 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=907703

            Bug ID: 907703
           Summary: Use DESTDIR instead of PERL_INSTALL_ROOT
           Product: Fedora
           Version: 18
         Component: cpanspec
          Severity: unspecified
          Priority: unspecified
          Reporter: bochecha at fedoraproject.org

Description of problem:
In all my recent perl-related package submissions, the reviewer has suggested
to me to use DESTDIR instead of PERL_INSTALL_ROOT.

For example:
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}

Now, of course I'll try to pay more attention to it, or else reviewers will be
tired of always repeating the same thing. :)

However, it would be very helpful if cpanspec could create specfiles which
directly respect our experts' recommendations, so that we don't have to change
it for every package.

This is with:
cpanspec-1.78-12.fc18.noarch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wX6EaiGfG7&a=cc_unsubscribe



More information about the perl-devel mailing list