Work on rpm package

This commit is contained in:
Laurent Destailleur 2011-09-07 15:31:11 +00:00
parent 55d9c3274a
commit 4b0f64f3a8
3 changed files with 7 additions and 3 deletions

View File

@ -103,6 +103,8 @@ cui hai bisogno ed essere facile da usare.
%{__cp} -pr build/tgz/* $RPM_BUILD_ROOT%{_datadir}/%{name}/build/tgz
%{__cp} -pr htdocs $RPM_BUILD_ROOT%{_datadir}/%{name}
%{__cp} -pr scripts $RPM_BUILD_ROOT%{_datadir}/%{name}
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/adodbtime
%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/includes/nusoap
# Lang
for i in $RPM_BUILD_ROOT%{_datadir}/%{name}/htdocs/langs/*_*

View File

@ -2,7 +2,7 @@
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.org>
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@ -92,7 +92,7 @@ print "</center>";
print '</form>';
if ($mesg) print '<br>'.$mesg;
dol_htmloutput_mesg($mesg);
print '<br><br>';
@ -140,7 +140,6 @@ if ($conf->fournisseur->enabled)
}
print '<br>';
dol_htmloutput_mesg($mesg);
$db->close();

View File

@ -91,6 +91,9 @@ if ($conf->fournisseur->enabled)
}
print '<br>';
print '<br>';
print 'NUSoap library path used by Dolibarr: '.NUSOAP_PATH.'<br>';
print '<br>';
$db->close();