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:
1
PKGBUILD
1
PKGBUILD
@@ -58,6 +58,7 @@ package_ceph-mgr-bin() {
|
|||||||
'python-remoto: ssh module')
|
'python-remoto: ssh module')
|
||||||
provides=("ceph-mgr=${pkgver}-${pkgrel}")
|
provides=("ceph-mgr=${pkgver}-${pkgrel}")
|
||||||
conflicts=('ceph<14.2.1-1')
|
conflicts=('ceph<14.2.1-1')
|
||||||
|
options=('emptydirs' '!strip')
|
||||||
|
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user