diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-11 10:16:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-11 10:16:05 +0300 |
commit | dbb51f62fde4abde04e8cdf2a42b5fc029585a46 (patch) | |
tree | 0d097233060c61f04ad108ce2190cca2e0841033 /core/eiwd/build | |
parent | 58f78fe5c7460574cf150cbc01962701d339cef9 (diff) | |
download | repository-dbb51f62fde4abde04e8cdf2a42b5fc029585a46.tar.gz |
eiwd: added package
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 |