#!/usr/bin/make -f
override_dh_install:
	mkdir -p debian/config-monitoring-http-corba-export/etc/monrun/conf.d/
	cp jhttp.conf debian/config-monitoring-http-corba-export/etc/monrun/conf.d/
	cp jcert.conf debian/config-monitoring-http-corba-export/etc/monrun/conf.d/
	cp jrsync.conf	debian/config-monitoring-http-corba-export/etc/monrun/conf.d/
	cp mephisto.conf	debian/config-monitoring-http-corba-export/etc/monrun/conf.d/

%:
	dh $@

