aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/ceph/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/ceph/APKBUILD b/community/ceph/APKBUILD
index 877cde7abc..5bbc61ef4c 100644
--- a/community/ceph/APKBUILD
+++ b/community/ceph/APKBUILD
@@ -190,6 +190,9 @@ package() {
mkdir -p "$pkgdir"$_syssbindir
mv "$pkgdir"$_sbindir/mount.* "$pkgdir"$_syssbindir
+ # We need to clean this out before packaging as it's freaking huge
+ rm -rf "$pkgdir"$_datadir/ceph/mgr/dashboard/frontend/node_modules
+
install -m 0644 -D src/etc-rbdmap "$pkgdir"$_sysconfdir/ceph/rbdmap
install -m 0644 -D src/logrotate.conf "$pkgdir"$_sysconfdir/logrotate.d/ceph
install -m 0644 -D etc/sysctl/90-ceph-osd.conf "$pkgdir"/$_sysconfdir/sysctl.d/90-ceph-osd.conf