Skip to content

Commit

Permalink
Make it installable
Browse files Browse the repository at this point in the history
  • Loading branch information
hdijkema committed Sep 3, 2024
1 parent 618ed6e commit 58ce16d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-ext.dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ GIT_MODULE=`cat git-module.cfg`
MY_GIT_MODULE=`basename $CURDIR`
MY_SRC_DIR=`echo $CURDIR | sed -e s%/$MY_GIT_MODULE%%`
MY_SRC_DIR=`basename $MY_SRC_DIR`
ESPOCRM_DIR=`echo $CURDIR | sed -e s%/$MY_SRC_DIR/$MY_GIT_MODULE%%`
#ESPOCRM_DIR=`echo $CURDIR | sed -e s%/$MY_SRC_DIR/$MY_GIT_MODULE%%`
ESPOCRM_DIR=~/crm

echo ""
echo "$0"
Expand Down
2 changes: 1 addition & 1 deletion build-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -e build-ext.sh ]; then
cp build-ext.sh build-ext.dist.sh
chmod 755 build-ext.dist.sh
else
BE='./build-ext-dist.sh'
BE='./build-ext.dist.sh'
fi

CMD="$1"
Expand Down

0 comments on commit 58ce16d

Please sign in to comment.