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