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