summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-01-06 14:28:14 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-01-06 14:28:14 +0000
commit743a1a366401973b9d5d823b2addeb61d2e698ab (patch)
treecfd17cba4a21388f0764068214791639d806f082 /Makefile
parent95d2d94146c2d5c97f3a532dd211a9c729ac1b43 (diff)
A rapid-tunneling-gui deb package as well. Files are under
/usr/share/rapid-tunneling/www . git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6562 283159da-0705-0410-b60c-f2062b4bb6ad
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e28b44..892e796 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ deb: checkver
mkdir -p OUTPUT
mv ../rapid-tunneling_$(VER)* OUTPUT/
mv ../rapid-tunneling-server_$(VER)* OUTPUT/
+ mv ../rapid-tunneling-gui_$(VER)* OUTPUT/
SOURCES/$(PACKAGE)-$(VER).tar.gz: $(SOURCES)
mkdir -p SOURCES