Skip to content
Snippets Groups Projects
Commit eb315d18 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

For patch release

parent 6169b63e
Branches
Tags
No related merge requests found
...@@ -55,7 +55,7 @@ $VERSION="1.0 (build $REVISION)"; ...@@ -55,7 +55,7 @@ $VERSION="1.0 (build $REVISION)";
($DIR=$0) =~ s/([^\/\\]+)$//; ($PROG=$1) =~ s/\.([^\.]*)$//; $Extension=$1; ($DIR=$0) =~ s/([^\/\\]+)$//; ($PROG=$1) =~ s/\.([^\.]*)$//; $Extension=$1;
$DIR||='.'; $DIR =~ s/([^\/\\])[\\\/]+$/$1/; $DIR||='.'; $DIR =~ s/([^\/\\])[\\\/]+$/$1/;
$SOURCE="$DIR/.."; $SOURCE="$DIR/../../dolibarr";
$DESTI="$SOURCE/build"; $DESTI="$SOURCE/build";
# Detect OS type # Detect OS type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment