diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-07 12:45:25 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-07 12:45:25 -0500 |
commit | a0df9ed4e8d7d1ba657b365356832f4c80f8306b (patch) | |
tree | 753228947fea83feb029499c46ddc74941c2b362 /chapter8/bc.sh | |
parent | feded3248bd1453fd9a264cc571e8d1bc2742651 (diff) |
Use configure prefix option rather than PREFIX variable for /usr
Diffstat (limited to 'chapter8/bc.sh')
-rw-r--r-- | chapter8/bc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/bc.sh b/chapter8/bc.sh index c1d3014..cfc3b3c 100644 --- a/chapter8/bc.sh +++ b/chapter8/bc.sh @@ -1,6 +1,6 @@ #!/bin/bash -PREFIX=/usr CC=gcc ./configure.sh -G -O3 +CC=gcc ./configure.sh --prefix=/usr -G -O3 make make -j1 install |