Skip to content

Commit

Permalink
Changed: Install path to default /usr/local ...
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarouf committed Oct 20, 2023
1 parent 97bfe2b commit aa8e190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ARFLAGS="-q"
OUT_BIN="z_"
OUT_LIB="libz_.a"
OUT_HEAD="z_"
BIN_DIR="$HOME/../usr/bin/"
LIB_DIR="$HOME/../usr/lib/"
INC_DIR="$HOME/../usr/include/"
BIN_DIR="/usr/local/bin/"
LIB_DIR="/usr/local/lib/"
INC_DIR="/usr/local/include/"

check_build() {
if [ -d "./build" ]; then
Expand Down

0 comments on commit aa8e190

Please sign in to comment.