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/libmd/build | |
| parent | 703b3dc93cbb5f116f058c06c032403c74d5681d (diff) | |
| download | repository-0953b1be1dd66d8567656bc248a973f50ddb0a3a.tar.gz | |
libmd, libbsd, signify: drop packages
Diffstat (limited to 'extra/libmd/build')
| -rwxr-xr-x | extra/libmd/build | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/libmd/build b/extra/libmd/build deleted file mode 100755 index d20ffb27..00000000 --- a/extra/libmd/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -# The default include directory messes with otools -./configure \ -     --prefix=/usr \ -     --includedir=/usr/include/md - -make -make DESTDIR="$1" install  | 
