From 5611af0eefa6cd13aeb52f10b26b075add7fe0a8 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 26 Sep 2022 19:56:53 +0200 Subject: libnghttp2: move to extra --- testing/libnghttp2/build | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 testing/libnghttp2/build (limited to 'testing/libnghttp2/build') 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" -- cgit v1.2.3