diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-20 03:06:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-20 03:06:21 +0300 |
commit | 2fb83193e67008f059dc612d360c77a2e8294358 (patch) | |
tree | 0768dfec55441d1c5502734551cd6157ee96e693 /extra/libbsd/build | |
parent | 897623c9636962e17cc610d29b73a591d2576ae3 (diff) | |
download | repository-2fb83193e67008f059dc612d360c77a2e8294358.tar.gz |
libbsd: add new package at 0.10.0 to extra
Diffstat (limited to 'extra/libbsd/build')
-rwxr-xr-x | extra/libbsd/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libbsd/build b/extra/libbsd/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libbsd/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |