diff options
Diffstat (limited to 'chapter7/texinfo.sh')
-rw-r--r-- | chapter7/texinfo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter7/texinfo.sh b/chapter7/texinfo.sh index 7f133fe..1935156 100644 --- a/chapter7/texinfo.sh +++ b/chapter7/texinfo.sh @@ -1,3 +1,5 @@ +#!/bin/bash + ./configure --prefix=/usr && make && make -j1 install |