Laurent Destailleur пре 1 година
родитељ
комит
5d9c99c5bb
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      build/debian/patches/use-etc-dolibarr-conf.patch
  2. 2 2
      build/rpm/dolibarr-forrpm.patch

+ 2 - 2
build/debian/patches/use-etc-dolibarr-conf.patch

@@ -33,5 +33,5 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +$conffile = "/etc/dolibarr/conf.php";
 +$conffiletoshow = "/etc/dolibarr/conf.php";
  
- 
- // Load conf file if it is already defined
+ $short_options = "c:h";
+ $long_options = array(

+ 2 - 2
build/rpm/dolibarr-forrpm.patch

@@ -24,5 +24,5 @@ diff -up htdocs/install/inc.php.patch htdocs/install/inc.php
 +$conffile = "/etc/dolibarr/conf.php";
 +$conffiletoshow = "/etc/dolibarr/conf.php";
  
- 
- // Load conf file if it is already defined
+ $short_options = "c:h";
+ $long_options = array(