diff options
author | Cem Keylan <cem@ckyln.com> | 2022-09-26 19:56:53 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-09-26 19:56:53 +0200 |
commit | 5611af0eefa6cd13aeb52f10b26b075add7fe0a8 (patch) | |
tree | 6bde97d620d157c153bd4e0e476af3abf502b986 /testing/libnghttp2/build | |
parent | 99b60befa9ba1b4ceec557e3bc05369019d4d71b (diff) | |
download | repository-5611af0eefa6cd13aeb52f10b26b075add7fe0a8.tar.gz |
libnghttp2: move to extra
Diffstat (limited to 'testing/libnghttp2/build')
-rwxr-xr-x | testing/libnghttp2/build | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/libnghttp2/build b/testing/libnghttp2/build deleted file mode 100755 index dc08efc4..00000000 --- a/testing/libnghttp2/build +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-lib-only - -make -make DESTDIR="$1" install - -# Even when only installing libraries, the build system installs manual pages -# and documentation for the utilities. -rm -r "${1:?}/usr/share" |