diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-02 21:48:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-02 21:48:37 +0300 |
commit | 59bf11408fe7649758b3e85d4551da46b239a80b (patch) | |
tree | d26d51f9ee9bfbb606b75b672c7d6282df3cf23b /extra/libyaml/build | |
parent | 294426c07890fa51f7ac137aa5b05610d63d26c3 (diff) | |
download | repository-59bf11408fe7649758b3e85d4551da46b239a80b.tar.gz |
libyaml: move to extra
Diffstat (limited to 'extra/libyaml/build')
-rwxr-xr-x | extra/libyaml/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libyaml/build b/extra/libyaml/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libyaml/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |