summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalen Sampson2014-04-05 14:43:41 -0700
committerGalen Sampson2014-04-05 15:27:53 -0700
commit433b3aa37020c911cb07514d636b08a91af19298 (patch)
treec47c93480cf7c88fd664a8f7faea17c51fff9190
parentac4ece5e8b926473bbbefdb93f00946072ccfeb4 (diff)
downloadaur-433b3aa37020c911cb07514d636b08a91af19298.tar.gz
Don't bother removing libtool libraries.
* Don't bother removing libtool libraries. The 'makepkg' command now removes libtool and static libraries by default. It is also a configurable option/argument to 'makepkg'. Simplify the PKGBUILD logic by allowing 'makepkg' to handle any libtool libraries.
-rw-r--r--PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0ca945b9356..214f5ca326ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -101,19 +101,6 @@ package()
cd "${srcdir}"/"${pkgname}-${pkgver}"
make install DESTDIR="${pkgdir}"
- # Remove libtool files
- rm -f "${pkgdir}"/usr/lib/libtsmgmt.la
- rm -f "${pkgdir}"/usr/lib/libtsutil.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/regex_remap.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/conf_remap.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/stats_over_http.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/header_filter.la
- rm -f "${pkgdir}"/usr/lib/libatscpp11api.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/gzip.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/cacheurl.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/libloader.la
- rm -f "${pkgdir}"/usr/lib/trafficserver/header_rewrite.la
-
install -D -m 644 "${srcdir}"/trafficserver.tmpfiles \
"${pkgdir}"/usr/lib/tmpfiles.d/trafficserver.conf