(Applies to all versions of install.sh in trunk, confirmed in SVN revs
799 through 2896.)
Line 15 reads:
> sed -i.orig "s|WORKING_DIR|$CWD|"
which does nothing except spit out a warning message.
INSTALL.manual instead lists the command:
> sed -e "s|WORKING_DIR|$(pwd)|" ledgersmb-httpd.conf > led
On Fri, Feb 26, 2010 at 8:19 PM, WK wrote:
> 2010/2/27 Chris Travers :
>
>> Gifidir is generally optional.
>
> Sorry, i misread it as GIF-dir, conjunction with charts (as graphics ;)
GIFI is General Index of Financial Information and is a mapping of
accounts to tax categories typically used in Ca
2010/2/27 Chris Travers :
> Gifidir is generally optional.
Sorry, i misread it as GIF-dir, conjunction with charts (as graphics ;)
--
Wbr,
Kõike hääd,
WK
--
Download Intel® Parallel Studio Eval
Try the new software t
On Fri, Feb 26, 2010 at 3:24 PM, WK wrote:
> 2010/2/26 Jason Quigley :
>
>> +# my $gifidir=$dir."gifi/";
>> +# �...@gifidir = LedgerSMB::Initiate->read_directory($form, $gifidir);
>> +# foreach (@gifidir) {
>> +# push(@dest, $gifidir.$_) if $_ eq $coa;
>> +# }
>
> I
2010/2/26 Jason Quigley :
> +# my $gifidir=$dir."gifi/";
> +# �...@gifidir = LedgerSMB::Initiate->read_directory($form, $gifidir);
> +# foreach (@gifidir) {
> +# push(@dest, $gifidir.$_) if $_ eq $coa;
> +# }
I was going over this patch and i did not understand, is
Reviewing this patch:
On Fri, Feb 26, 2010 at 9:48 AM, Jason Quigley
wrote:
> Hi Everyone!
>
> I am trying to get started with LSMB and decided to go with the 1.3 branch
> from svn as I think it will be easier for migrations in the long run. I tried
> the install procedure and it mostly worked.
Hi Everyone!
I am trying to get started with LSMB and decided to go with the 1.3 branch from
svn as I think it will be easier for migrations in the long run. I tried the
install procedure and it mostly worked.
After quite a bit of caveman debugging, I have patched the Initiate.pm script
to al