mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00
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.
This commit is contained in:
parent
5123aee6c9
commit
a219940521
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
%:
|
||||
|
|
Loading…
Add table
Reference in a new issue