Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Fix brew packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Sep 6, 2021
1 parent 8272bfa commit 13d7bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_bottle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ NAME="${PROJECT}-${VERSION}.${MAC_VERSION}.bottle.tar.gz"
#mkdir -p ${PROJECT}/${VERSION}/opt/eosio_cdt/lib/cmake

PREFIX="${PROJECT}/${VERSION}"
SPREFIX="\/usr\/local"
SPREFIX="usr\/local"
SUBPREFIX="opt/${PROJECT}"
SSUBPREFIX="opt\/${PROJECT}"
SSUBPREFIX="opt\/${PROJECT}\/opt\/${PROJECT}"

export PREFIX
export SPREFIX
Expand Down

0 comments on commit 13d7bcb

Please sign in to comment.