From 59bf11408fe7649758b3e85d4551da46b239a80b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 2 Jan 2023 21:48:37 +0300 Subject: libyaml: move to extra --- extra/libyaml/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/libyaml/build (limited to 'extra/libyaml/build') 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 -- cgit v1.2.3