Bläddra i källkod

Fix debian package

Laurent Destailleur 1 år sedan
förälder
incheckning
5d9c99c5bb
2 ändrade filer med 4 tillägg och 4 borttagningar
  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(