Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:hiberis:wix
mingw64-openssl
openssl-1.0.1c-perlfind.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssl-1.0.1c-perlfind.patch of Package mingw64-openssl
diff -up openssl-1.0.1c/util/perlpath.pl.perlfind openssl-1.0.1c/util/perlpath.pl --- openssl-1.0.1c/util/perlpath.pl.perlfind 2012-07-11 22:57:33.000000000 +0200 +++ openssl-1.0.1c/util/perlpath.pl 2012-07-12 00:31:12.102156275 +0200 @@ -4,10 +4,10 @@ # line in all scripts that rely on perl. # -require "find.pl"; +use File::Find; $#ARGV == 0 || print STDERR "usage: perlpath newpath (eg /usr/bin)\n"; -&find("."); +find(\&wanted, "."); sub wanted {
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