Skip to content

Commit

Permalink
Fix #yogosha19828
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 9, 2024
1 parent 3b54a23 commit f45f5c3
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 2,333 deletions.
6 changes: 6 additions & 0 deletions build/makepack-dolibarr.pl
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,12 @@
$ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/vendor`;
$ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/webmozart`;
$ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/autoload.php`;

$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/sabre/sabre/bin`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/sabre/sabre/*/bin`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/sabre/sabre/*/*/bin`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/sabre/sabre/*/*/*/bin`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/sabre/sabre/*/*/*/*/bin`;
}

# Build package for each target
Expand Down
8 changes: 8 additions & 0 deletions dev/dolibarr_changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ With
protected $connector;


SABRE:
------
rm -fr ./htdocs/includes/sabre/sabre/bin;
rm -fr ./htdocs/includes/sabre/sabre/*/bin;
rm -fr ./htdocs/includes/sabre/sabre/*/*/bin;
rm -fr ./htdocs/includes/sabre/sabre/*/*/*/bin;
rm -fr ./htdocs/includes/sabre/sabre/*/*/*/*/bin;


NUSOAP:
-------
Expand Down
169 changes: 0 additions & 169 deletions htdocs/includes/sabre/sabre/dav/bin/build.php

This file was deleted.

Loading

0 comments on commit f45f5c3

Please sign in to comment.