diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-19 11:41:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-19 11:41:42 +0300 |
commit | 48cdbcc7f43a815c7e4653bce4985a69372e196b (patch) | |
tree | a5edca7362ef0b1c9f6223fcc2fffc2d16e11b13 /extra/libmd/build | |
parent | 5c300e363a3d2b7bf5baac2418192e21a79e77d1 (diff) | |
download | repository-48cdbcc7f43a815c7e4653bce4985a69372e196b.tar.gz |
libmd: drop from repository
Diffstat (limited to 'extra/libmd/build')
-rwxr-xr-x | extra/libmd/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/libmd/build b/extra/libmd/build deleted file mode 100755 index b920625e..00000000 --- a/extra/libmd/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |