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 /community/libyaml/build | |
parent | 294426c07890fa51f7ac137aa5b05610d63d26c3 (diff) | |
download | repository-59bf11408fe7649758b3e85d4551da46b239a80b.tar.gz |
libyaml: move to extra
Diffstat (limited to 'community/libyaml/build')
-rwxr-xr-x | community/libyaml/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/community/libyaml/build b/community/libyaml/build deleted file mode 100755 index 6daf22f8..00000000 --- a/community/libyaml/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |