diff options
Diffstat (limited to 'chapter8/patch.sh')
-rw-r--r-- | chapter8/patch.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter8/patch.sh b/chapter8/patch.sh index 7a693aa..c3588fd 100644 --- a/chapter8/patch.sh +++ b/chapter8/patch.sh @@ -1,3 +1,7 @@ #!/bin/bash +./configure --prefix=/usr +make + +make -j1 install |