PKGBUILD: skip stripping ceph-mgr-bin

This takes forever, and seems largely useless given that 90% of the
package is node_modules crap
This commit is contained in:
Bazaah
2022-08-22 18:27:20 +00:00
parent 44711240e5
commit 39a612a350

View File

@@ -58,6 +58,7 @@ package_ceph-mgr-bin() {
'python-remoto: ssh module')
provides=("ceph-mgr=${pkgver}-${pkgrel}")
conflicts=('ceph<14.2.1-1')
options=('emptydirs' '!strip')
cd "${srcdir}"