summaryrefslogtreecommitdiff
path: root/debian/rules
blob: f843039f19e29965b65713e6978c68dccfd923f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f


include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk

DEB_MAKE_BUILD_TARGET = dummy
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) WWWHOME=/usr/share/rapid-tunneling/www

install/rapid-tunneling-gui::
	# yikes, redhatism:
	mv $(CURDIR)/debian/tmp/etc/httpd/conf.d/rapid-tunneling.conf \
	   $(CURDIR)/debian/rapid-tunneling-gui/etc/rapid-tunneling/apache2-rapid-tunneling.conf