diff options
Diffstat (limited to 'core/eiwd/build')
-rwxr-xr-x | core/eiwd/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/eiwd/build b/core/eiwd/build new file mode 100755 index 00000000..7b75829a --- /dev/null +++ b/core/eiwd/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --localstatedir=/var + +make +make DESTDIR="$1" install |