Skip to content

Commit e978e38

Browse files
committed
Remove broken symlinks on Ubuntu build
1 parent 25f3ef9 commit e978e38

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ override_dh_auto_install:
5151
mkdir -p $(buildroot)/opt/node_exporter_tests/tools
5252
install -D -m 755 tools/tools $(buildroot)/opt/node_exporter_tests/tools/tools
5353

54+
# remove broken symlinks
55+
find $(buildroot)/opt/node_exporter_tests/collector/fixtures -xtype l -delete
56+
5457
echo "$(version)-$(release)" > $(buildroot)/usr/share/cloudlinux/cl_version
5558

5659
# Packaging

0 commit comments

Comments
 (0)