diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-08 11:23:14 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-08 11:23:14 +0100 |
commit | 613d52944486c61ba9b6b19e776b7828d29331b6 (patch) | |
tree | 84999a4b83b78e42ac8b8cd6b8b9dc7b5c0eb9a0 /extra/libmpc/build | |
parent | 7656eda26336d7ce76d318c4156414cf283073c7 (diff) | |
download | repository-613d52944486c61ba9b6b19e776b7828d29331b6.tar.gz |
gmp, libmpc, mpfr: drop packages
Diffstat (limited to 'extra/libmpc/build')
-rwxr-xr-x | extra/libmpc/build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/libmpc/build b/extra/libmpc/build deleted file mode 100755 index 6804298f..00000000 --- a/extra/libmpc/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-static \ - --enable-shared - -make -make DESTDIR="$1" install - -mv "$1/usr/share/info/mpc.info" "$1/usr/share/info/libmpc.info" |