mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
James LewisMoss's patch to make-gnucash-patch.in. Fix for pre-5.6 Perls.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3432 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2f4edaef66
commit
5b24cfb408
@ -64,7 +64,7 @@ if (not defined($old)) {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (not -d "tmp") {
|
if (not -d "tmp") {
|
||||||
mkdir "tmp";
|
mkdir "tmp", 0755];
|
||||||
}
|
}
|
||||||
chdir "tmp";
|
chdir "tmp";
|
||||||
system("cvs -d `cat ../$new/CVS/Root` co gnucash");
|
system("cvs -d `cat ../$new/CVS/Root` co gnucash");
|
||||||
@ -110,7 +110,7 @@ chdir $gnc_home or die "Can't cd!\n";
|
|||||||
#unlink('gnc.diff', 'gnucash.diff.gz', 'gnucash.diff.gz.uue');
|
#unlink('gnc.diff', 'gnucash.diff.gz', 'gnucash.diff.gz.uue');
|
||||||
|
|
||||||
if (not -d "diffs") {
|
if (not -d "diffs") {
|
||||||
mkdir "diffs";
|
mkdir "diffs", 0755;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $date = `date '+%s'`;
|
my $date = `date '+%s'`;
|
||||||
|
Loading…
Reference in New Issue
Block a user