diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-01 15:16:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-01 15:16:12 +0300 |
commit | 413fe057203c2dc4ddad0830aa09d13bf4f25902 (patch) | |
tree | d5043e65cd5ef1eb904b3dab7178ac01d963a1f5 /extra/autoconf/build | |
parent | 91e527edfd8bdff5b5776b83eb62775107e63d33 (diff) | |
download | repository-413fe057203c2dc4ddad0830aa09d13bf4f25902.tar.gz |
autoconf: add new package at 2.69
Diffstat (limited to 'extra/autoconf/build')
-rwxr-xr-x | extra/autoconf/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/autoconf/build b/extra/autoconf/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/autoconf/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |