diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-25 16:46:11 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-25 16:47:04 +0200 |
commit | 0953b1be1dd66d8567656bc248a973f50ddb0a3a (patch) | |
tree | 77cf17934ff7f1a0295e86efea7281e841e97636 /extra/libbsd/build | |
parent | 703b3dc93cbb5f116f058c06c032403c74d5681d (diff) | |
download | repository-0953b1be1dd66d8567656bc248a973f50ddb0a3a.tar.gz |
libmd, libbsd, signify: drop packages
Diffstat (limited to 'extra/libbsd/build')
-rwxr-xr-x | extra/libbsd/build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/libbsd/build b/extra/libbsd/build deleted file mode 100755 index 3f2dad2d..00000000 --- a/extra/libbsd/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -CPPFLAGS="$CPPFLAGS $(pkgconf --cflags libmd)" -export CPPFLAGS - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |