mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 03:02:41 +00:00
netdata/packaging: fix broken links on web files, for deb (#6930)
This commit is contained in:
parent
05cbe80f08
commit
6e30626d46
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ override_dh_install: debian/netdata.postinst
|
|||
for D in $$(find "$(TOP)/var/lib/netdata/www/" -maxdepth 1 -type d -printf '%f '); do \
|
||||
echo Relocating $$D; \
|
||||
mv "$(TOP)/var/lib/netdata/www/$$D" "$(TOP)/usr/share/netdata/www/$$D"; \
|
||||
ln -s "/usr/share/netdata/$$D" "$(TOP)/var/lib/netdata/www/$$D"; \
|
||||
ln -s "/usr/share/netdata/www/$$D" "$(TOP)/var/lib/netdata/www/$$D"; \
|
||||
done
|
||||
|
||||
# Update postinst to set correct group for www files on installation.
|
||||
|
|
Loading…
Add table
Reference in a new issue