diff options
Diffstat (limited to 'bash/build')
| -rw-r--r-- | bash/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bash/build b/bash/build new file mode 100644 index 0000000..261e1f9 --- /dev/null +++ b/bash/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR=$1 install |
