Fix edge repository configuration DEB packages. (#11458)
Due to a naming issue in the debian/rules file, they were being built without the actual repository configuration data.
Austin S. Hemmelgarn committed
Aug 26, 2021 at 09:52 UTC
a219940521daaed39215d91939cc023d64f1f2af
1 file changed
+1
-1
packaging/repoconfig/debian/rules
+1
-1
@@ -1,7 +1,7 @@
1
#!/usr/bin/make -f
2
3
TOP = $(CURDIR)/debian/netdata-repo
4
-TOP_EDGE = $(CURDIR)/debian/netdata-edge-repo
4
+TOP_EDGE = $(CURDIR)/debian/netdata-repo-edge
5
TEMPTOP = $(CURDIR)/debian/tmp
6
7
%: