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


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

DEB_DH_INSTALLCHANGELOGS_ARGS = ChangeLog
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