Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
OpenIPMI
OpenIPMI-prefer_perl_vendor.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File OpenIPMI-prefer_perl_vendor.patch of Package OpenIPMI
Index: OpenIPMI-2.0.31/configure.ac =================================================================== --- OpenIPMI-2.0.31.orig/configure.ac +++ OpenIPMI-2.0.31/configure.ac @@ -455,10 +455,10 @@ if test "x$perlcflags" = "x" -o "x$perli if test "x$perlinstalldir" = "x"; then perlinstalldir=`(eval \`perl -V:installvendorarch\`; echo $installvendorarch)` if test "x$perlinstalldir" = "x" -o ! -d "$perlinstalldir"; then - perlinstalldir=`$perlprog -e 'for $i (@INC) { if ($i =~ /site_perl\/.+\/.+/) { print "$i"; last; } }'` + perlinstalldir=`$perlprog -e 'for $i (@INC) { if ($i =~ /vendor_perl\/.+\/.+/) { print "$i"; last; } }'` fi if test "x$perlinstalldir" = "x" -o ! -d "$perlinstalldir"; then - perlinstalldir=`$perlprog -e 'for $i (@INC) { if ($i =~ /vendor_perl\/.+\/.+/) { print "$i"; last; } }'` + perlinstalldir=`$perlprog -e 'for $i (@INC) { if ($i =~ /site_perl\/.+\/.+/) { print "$i"; last; } }'` fi if test "x$perlinstalldir" = "x" -o ! -d "$perlinstalldir"; then perlinstalldir=$perldir
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor