Skip to content

Commit

Permalink
Honor --prefix in /sys/install.sh ##build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Dec 13, 2023
1 parent 2d35a6f commit 6ef0ce1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ while : ; do
"--without-pull")
export WITHOUT_PULL=1
;;
'--prefix='*)
PREFIX=`echo "$1" | cut -d = -f 2`
;;
-*)
# just for the penguin face case
ARGS="${ARGS} $1"
Expand Down

0 comments on commit 6ef0ce1

Please sign in to comment.