0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 17:48:37 +00:00

Fix edge repository configuration DEB packages. ()

Due to a naming issue in the debian/rules file, they were being built
without the actual repository configuration data.
This commit is contained in:
Austin S. Hemmelgarn 2021-08-26 09:52:21 -04:00 committed by GitHub
parent 5123aee6c9
commit a219940521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/usr/bin/make -f
TOP = $(CURDIR)/debian/netdata-repo
TOP_EDGE = $(CURDIR)/debian/netdata-edge-repo
TOP_EDGE = $(CURDIR)/debian/netdata-repo-edge
TEMPTOP = $(CURDIR)/debian/tmp
%: