Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory:Rebuild
perl-CDDB_get
perl-CDDB_get-2.23-tmpfile.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-CDDB_get-2.23-tmpfile.diff of Package perl-CDDB_get
Index: CDDB_get-2.27/cddb.pl =================================================================== --- CDDB_get-2.27.orig/cddb.pl +++ CDDB_get-2.27/cddb.pl @@ -23,6 +23,7 @@ use Data::Dumper; use Getopt::Std; +use File::Temp qw/ tempfile tempdir /; use strict; @@ -58,8 +59,8 @@ my %config; my $diskid; my $total; my $toc; -my $savedir="/tmp/cddb"; -my $xmcddir="/tmp/xmcd"; +my $savedir = tempdir( CLEANUP => 1 ); +my $xmcddir = tempdir( CLEANUP => 1 )."xmcd"; if($option{C}) { # use CDDB_cache qw( get_cddb get_discids );
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