[arch-commits] Commit in libmicrohttpd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Dec 5 21:55:47 UTC 2017


    Date: Tuesday, December 5, 2017 @ 21:55:46
  Author: eworm
Revision: 272343

do not install private header

package install internal headers (FS#56595)

Modified:
  libmicrohttpd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ----
 1 file changed, 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-05 21:51:56 UTC (rev 272342)
+++ PKGBUILD	2017-12-05 21:55:46 UTC (rev 272343)
@@ -36,8 +36,4 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/${pkgname}-${pkgver}/src/include/platform.h \
-	"$pkgdir"/usr/include/$pkgname/platform.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} -I${includedir}/libmicrohttpd#' \
-	"$pkgdir"/usr/lib/pkgconfig/libmicrohttpd.pc
 }



More information about the arch-commits mailing list