13 lines
201 B
Makefile
Executable File
13 lines
201 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
# export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms
|
|
chown grafana:grafana /var/lib/grafana/dashboards
|